changes
This commit is contained in:
parent
42bcaf29af
commit
e30acab570
4 changed files with 10 additions and 3 deletions
|
|
@ -46,6 +46,7 @@
|
|||
imports = [
|
||||
./desktop
|
||||
./firefox.nix
|
||||
./foot.nix
|
||||
];
|
||||
|
||||
programs.nix-index = {
|
||||
|
|
|
|||
|
|
@ -57,7 +57,7 @@
|
|||
unmaximize = ["<Super>j"];
|
||||
toggle-tiled-left = ["<Super>h"];
|
||||
toggle-tiled-right = ["<Super>l"];
|
||||
close = ["<Control>w"];
|
||||
close = ["<Super>w"];
|
||||
screensaver = ["<Super>BackSpace"];
|
||||
switch-input-source = ["<Alt><Super>space"];
|
||||
switch-input-source-backward = ["<Shift><Alt><Super>space"];
|
||||
|
|
|
|||
|
|
@ -6,7 +6,6 @@
|
|||
# package = pkgs.firefox.override {
|
||||
# cfg = {
|
||||
# enableTridactylNative = true;
|
||||
# enableKeePassXC = true;
|
||||
# };
|
||||
# };
|
||||
policies = {
|
||||
|
|
@ -36,6 +35,12 @@
|
|||
};
|
||||
};
|
||||
profiles = {
|
||||
alt = {
|
||||
id = 1;
|
||||
name = "alt";
|
||||
isDefault = false;
|
||||
path = "f6h6bcj5.default-release";
|
||||
};
|
||||
${config.home.username} = {
|
||||
name = config.home.username;
|
||||
isDefault = true;
|
||||
|
|
|
|||
|
|
@ -9,5 +9,6 @@
|
|||
];
|
||||
shell = pkgs.fish;
|
||||
};
|
||||
users.groups.alt = {};
|
||||
services.xserver.displayManager.gdm.settings.greeter.IncludeAll = false;
|
||||
services.xserver.displayManager.gdm.settings.greeter.Exclude = "alt";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue