Compare commits

..

No commits in common. "8c747172a74f5f4f8ce92c487b2b26d48039727e" and "87de39d257df0ed59c8e2e2c3852a0c0d16c6f0f" have entirely different histories.

4 changed files with 0 additions and 24 deletions

View file

@ -1,7 +0,0 @@
{ config, lib, pkgs, ... }:
{
fonts.packages = with pkgs; [
corefonts
];
}

View file

@ -4,6 +4,5 @@
imports = [
# TODO: nix-ify other parts of GNOME config
./appearance.nix
./keyboard.nix
];
}

View file

@ -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 = [ ];
};
};
};
}

View file

@ -5,7 +5,6 @@
[
./hardware-configuration.nix
./home.nix
../../common/fonts.nix
../../common/steam.nix
];