Adapted bindings + installed hyprscrolling
This commit is contained in:
@@ -17,30 +17,7 @@
|
||||
./services/services.nix
|
||||
];
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
wget # fetch utility
|
||||
curl # more fetch utility
|
||||
binutils # executable utilities, like ld
|
||||
dmidecode # tool for dumping system info
|
||||
libnotify # notification daemon
|
||||
python3 # nice to have this ready for quick things
|
||||
cacert # certificate authority
|
||||
remmina # remote desktop app
|
||||
#rg # ripgrep
|
||||
wev # for finding keypresses
|
||||
tree # list foldetrtree's
|
||||
file # filinfo
|
||||
htop # sysmonitor
|
||||
solaar # logitech controller
|
||||
git # source control
|
||||
# jetbrains.pycharm # Dev and course environment
|
||||
|
||||
|
||||
];
|
||||
|
||||
# to enable icons with wlogout
|
||||
# https://github.com/catppuccin/nix/issues/584
|
||||
programs.gdk-pixbuf.modulePackages = [ pkgs.librsvg ];
|
||||
|
||||
users.users.${user.username} = {
|
||||
isNormalUser = true;
|
||||
@@ -53,18 +30,7 @@
|
||||
];
|
||||
};
|
||||
|
||||
programs = {
|
||||
nix-ld.enable = true; # helps with linking troubles with dynamic libraries
|
||||
appimage.enable = true; # allow appimage installations
|
||||
dconf.enable = true; # to save user settings
|
||||
gnupg.agent = {
|
||||
# pgp client
|
||||
enable = true;
|
||||
enableSSHSupport = true;
|
||||
};
|
||||
firefox.enable = true; # browser
|
||||
wireshark.enable = true; # vpn
|
||||
};
|
||||
|
||||
|
||||
fonts.packages = with pkgs; [
|
||||
aporetic
|
||||
|
||||
Reference in New Issue
Block a user