WIP: Switch to gnome

This commit is contained in:
2023-05-07 23:26:02 +09:00
parent 6474ef0df5
commit e0e64ffc97
8 changed files with 128 additions and 203 deletions
+1 -8
View File
@@ -12,9 +12,6 @@ with lib; let
editor = "nvim.desktop";
pdf = "org.pwmt.zathura.desktop";
player = "mpv.desktop";
lock = pkgs.writeShellScriptBin "lock" ''
swaylock --image $(find ${config.home.homeDirectory}/wallpapers/ -type f | shuf -n 1)
'';
in {
imports = [./gtk.nix];
options.modules.apps = {enable = mkEnableOption "apps";};
@@ -32,15 +29,11 @@ in {
firefox
mpv
xdg-utils
swaylock
swayidle
zathura
cliphist
libreoffice
qbittorrent
xdg-utils
]
++ [lock];
];
programs.kitty = {
enable = true;