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