Compare commits
No commits in common. "3057964123ed00f8652d67068c55ccdee922e715" and "4dc826b854908489eb03ffef5773076791304769" have entirely different histories.
3057964123
...
4dc826b854
5 changed files with 33 additions and 10 deletions
|
|
@ -14,7 +14,6 @@ in
|
|||
|
||||
config = mkIf cfg.enable {
|
||||
services.xserver.enable = true;
|
||||
services.xserver.excludePackages = [ pkgs.xterm ];
|
||||
services.libinput.enable = true;
|
||||
services.printing.enable = true;
|
||||
services.avahi = {
|
||||
|
|
|
|||
|
|
@ -20,6 +20,7 @@ in
|
|||
./keyboard.nix
|
||||
./mouse-touchpad.nix
|
||||
./multitasking.nix
|
||||
./shell.nix
|
||||
./wellbeing.nix
|
||||
];
|
||||
}
|
||||
|
|
|
|||
26
home/qenya/dconf/shell.nix
Normal file
26
home/qenya/dconf/shell.nix
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
{ 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,8 +25,6 @@ in
|
|||
discord
|
||||
# https://github.com/NixOS/nixpkgs/issues/427155
|
||||
# gimp-with-plugins
|
||||
jellyfin-desktop
|
||||
keepassxc
|
||||
tor-browser
|
||||
zoom-us
|
||||
|
||||
|
|
@ -34,5 +32,9 @@ in
|
|||
libreoffice
|
||||
hunspell
|
||||
hunspellDicts.en_GB-ise
|
||||
] ++ optionals isGnome [
|
||||
celluloid
|
||||
] ++ optionals isPlasma [
|
||||
haruna
|
||||
];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -43,16 +43,11 @@ in
|
|||
nixpkgs.overlays = [ inputs.scoutshonour.overlays.default ];
|
||||
home-manager.users.qenya = { pkgs, ... }: {
|
||||
home.packages = with pkgs; [
|
||||
keepassxc
|
||||
apostrophe
|
||||
foliate
|
||||
nicotine-plus
|
||||
|
||||
apostrophe
|
||||
blanket
|
||||
gnome-podcasts
|
||||
resources
|
||||
tuba
|
||||
wike
|
||||
wordbook
|
||||
|
||||
# games
|
||||
openttd
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue