Compare commits
3 commits
4dc826b854
...
3057964123
| Author | SHA1 | Date | |
|---|---|---|---|
| 3057964123 | |||
| da76f5fbbb | |||
| 5e088563c4 |
5 changed files with 10 additions and 33 deletions
|
|
@ -14,6 +14,7 @@ in
|
||||||
|
|
||||||
config = mkIf cfg.enable {
|
config = mkIf cfg.enable {
|
||||||
services.xserver.enable = true;
|
services.xserver.enable = true;
|
||||||
|
services.xserver.excludePackages = [ pkgs.xterm ];
|
||||||
services.libinput.enable = true;
|
services.libinput.enable = true;
|
||||||
services.printing.enable = true;
|
services.printing.enable = true;
|
||||||
services.avahi = {
|
services.avahi = {
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,6 @@ in
|
||||||
./keyboard.nix
|
./keyboard.nix
|
||||||
./mouse-touchpad.nix
|
./mouse-touchpad.nix
|
||||||
./multitasking.nix
|
./multitasking.nix
|
||||||
./shell.nix
|
|
||||||
./wellbeing.nix
|
./wellbeing.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,26 +0,0 @@
|
||||||
{ config, lib, pkgs, ... }:
|
|
||||||
{
|
|
||||||
dconf.settings = {
|
|
||||||
"org/gnome/shell" = {
|
|
||||||
disable-user-extensions = true;
|
|
||||||
|
|
||||||
# TODO: this is fine for now on tohru (the only GNOME system I use) but shouldn't depend on certain apps being installed
|
|
||||||
favorite-apps = [
|
|
||||||
"discord.desktop"
|
|
||||||
"org.gnome.Evolution.desktop"
|
|
||||||
"firefox.desktop"
|
|
||||||
"torbrowser.desktop"
|
|
||||||
"steam.desktop"
|
|
||||||
"codium.desktop"
|
|
||||||
"org.gnome.Console.desktop"
|
|
||||||
"org.gnome.Nautilus.desktop"
|
|
||||||
"org.gnome.SystemMonitor.desktop"
|
|
||||||
];
|
|
||||||
|
|
||||||
# TODO: fill this out (needs preinstalled stuff removing first)
|
|
||||||
# app-picker-layout = [
|
|
||||||
# ...
|
|
||||||
# ];
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
|
||||||
|
|
@ -25,6 +25,8 @@ in
|
||||||
discord
|
discord
|
||||||
# https://github.com/NixOS/nixpkgs/issues/427155
|
# https://github.com/NixOS/nixpkgs/issues/427155
|
||||||
# gimp-with-plugins
|
# gimp-with-plugins
|
||||||
|
jellyfin-desktop
|
||||||
|
keepassxc
|
||||||
tor-browser
|
tor-browser
|
||||||
zoom-us
|
zoom-us
|
||||||
|
|
||||||
|
|
@ -32,9 +34,5 @@ in
|
||||||
libreoffice
|
libreoffice
|
||||||
hunspell
|
hunspell
|
||||||
hunspellDicts.en_GB-ise
|
hunspellDicts.en_GB-ise
|
||||||
] ++ optionals isGnome [
|
|
||||||
celluloid
|
|
||||||
] ++ optionals isPlasma [
|
|
||||||
haruna
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -43,11 +43,16 @@ in
|
||||||
nixpkgs.overlays = [ inputs.scoutshonour.overlays.default ];
|
nixpkgs.overlays = [ inputs.scoutshonour.overlays.default ];
|
||||||
home-manager.users.qenya = { pkgs, ... }: {
|
home-manager.users.qenya = { pkgs, ... }: {
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
keepassxc
|
|
||||||
apostrophe
|
|
||||||
foliate
|
foliate
|
||||||
nicotine-plus
|
nicotine-plus
|
||||||
|
|
||||||
|
apostrophe
|
||||||
|
blanket
|
||||||
|
gnome-podcasts
|
||||||
|
resources
|
||||||
tuba
|
tuba
|
||||||
|
wike
|
||||||
|
wordbook
|
||||||
|
|
||||||
# games
|
# games
|
||||||
openttd
|
openttd
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue