Compare commits
No commits in common. "8c747172a74f5f4f8ce92c487b2b26d48039727e" and "87de39d257df0ed59c8e2e2c3852a0c0d16c6f0f" have entirely different histories.
8c747172a7
...
87de39d257
|
@ -1,7 +0,0 @@
|
||||||
{ config, lib, pkgs, ... }:
|
|
||||||
|
|
||||||
{
|
|
||||||
fonts.packages = with pkgs; [
|
|
||||||
corefonts
|
|
||||||
];
|
|
||||||
}
|
|
|
@ -4,6 +4,5 @@
|
||||||
imports = [
|
imports = [
|
||||||
# TODO: nix-ify other parts of GNOME config
|
# TODO: nix-ify other parts of GNOME config
|
||||||
./appearance.nix
|
./appearance.nix
|
||||||
./keyboard.nix
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,15 +0,0 @@
|
||||||
# { config, lib, pkgs, ... }:
|
|
||||||
|
|
||||||
{
|
|
||||||
dconf = {
|
|
||||||
enable = true;
|
|
||||||
settings = {
|
|
||||||
"org/gnome/desktop/wm/keybindings" = {
|
|
||||||
# These are largely useless on most normal systems
|
|
||||||
# and conflict with VS Code's default keybinds for "Copy Line Up/Down"
|
|
||||||
move-to-workspace-up = [ ];
|
|
||||||
move-to-workspace-down = [ ];
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
|
|
@ -5,7 +5,6 @@
|
||||||
[
|
[
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
./home.nix
|
./home.nix
|
||||||
../../common/fonts.nix
|
|
||||||
../../common/steam.nix
|
../../common/steam.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue