Implement profile
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
{ pkgs, ... }:
|
||||
let
|
||||
profile = import ../profile.nix;
|
||||
in
|
||||
{
|
||||
|
||||
imports = [
|
||||
@@ -24,7 +27,7 @@
|
||||
settings = {
|
||||
default_session = {
|
||||
command = "Hyprland";
|
||||
user = "nichkara";
|
||||
user = profile.username;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user