clean unused stuff
This commit is contained in:
parent
b0a1ea471d
commit
ac72d9761e
3 changed files with 0 additions and 16 deletions
|
@ -26,8 +26,6 @@
|
||||||
ansible
|
ansible
|
||||||
bat
|
bat
|
||||||
btop
|
btop
|
||||||
bitwarden-cli
|
|
||||||
btop
|
|
||||||
catnip
|
catnip
|
||||||
coreutils
|
coreutils
|
||||||
curl
|
curl
|
||||||
|
@ -68,7 +66,6 @@
|
||||||
wirelesstools
|
wirelesstools
|
||||||
yt-dlp
|
yt-dlp
|
||||||
zellij
|
zellij
|
||||||
zola
|
|
||||||
zsh-autosuggestions
|
zsh-autosuggestions
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
@ -77,7 +77,6 @@ in
|
||||||
droidcam.enable = true;
|
droidcam.enable = true;
|
||||||
firefox.enable = true;
|
firefox.enable = true;
|
||||||
firefox.languagePacks = ["fr"];
|
firefox.languagePacks = ["fr"];
|
||||||
hyprland.enable = true;
|
|
||||||
|
|
||||||
ssh.askPassword = pkgs.lib.mkForce "${pkgs.ksshaskpass.out}/bin/ksshaskpass"; # conflict between kde and gnome cf. https://github.com/NixOS/nixpkgs/issues/75867
|
ssh.askPassword = pkgs.lib.mkForce "${pkgs.ksshaskpass.out}/bin/ksshaskpass"; # conflict between kde and gnome cf. https://github.com/NixOS/nixpkgs/issues/75867
|
||||||
ssh.startAgent = true;
|
ssh.startAgent = true;
|
||||||
|
@ -160,7 +159,6 @@ in
|
||||||
kitty
|
kitty
|
||||||
latte-dock
|
latte-dock
|
||||||
libreoffice-qt
|
libreoffice-qt
|
||||||
librewolf
|
|
||||||
libsForQt5.ark
|
libsForQt5.ark
|
||||||
libsForQt5.bismuth
|
libsForQt5.bismuth
|
||||||
mixxx
|
mixxx
|
||||||
|
@ -173,16 +171,6 @@ in
|
||||||
transmission-qt
|
transmission-qt
|
||||||
unetbootin
|
unetbootin
|
||||||
vlc
|
vlc
|
||||||
waybar
|
|
||||||
wl-clipboard
|
|
||||||
wofi
|
|
||||||
pywal
|
|
||||||
rofi
|
|
||||||
swaylock-effects
|
|
||||||
wlogout
|
|
||||||
cliphist
|
|
||||||
mako # notification system developed by swaywm maintainer
|
|
||||||
wdisplays # tool to configure displays
|
|
||||||
];
|
];
|
||||||
|
|
||||||
# Do not restart the display manager automatically
|
# Do not restart the display manager automatically
|
||||||
|
|
|
@ -28,6 +28,5 @@
|
||||||
virt-manager
|
virt-manager
|
||||||
yarn
|
yarn
|
||||||
zig
|
zig
|
||||||
zola
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue