various updates
This commit is contained in:
@@ -68,21 +68,20 @@
|
||||
# $ nix search wget
|
||||
environment.systemPackages = with pkgs;
|
||||
[
|
||||
nixpkgs-fmt
|
||||
|
||||
gcc
|
||||
|
||||
vim
|
||||
curl
|
||||
wget
|
||||
inetutils
|
||||
rar
|
||||
|
||||
nuspell
|
||||
hunspellDicts.en-gb-ise
|
||||
hunspellDicts.en-gb-large
|
||||
|
||||
libva-utils
|
||||
smartmontools
|
||||
|
||||
# For cursor in steam?
|
||||
xsettingsd
|
||||
xorg.xrdb
|
||||
];
|
||||
|
||||
# Some programs need SUID wrappers, can be configured further or are
|
||||
|
||||
@@ -28,7 +28,7 @@ in
|
||||
};
|
||||
services.desktopManager.plasma6.enable = true;
|
||||
|
||||
# Specific fix for cursor in steam
|
||||
# For cursor in steam?
|
||||
xdg.icons.fallbackCursorThemes = [ "breeze_cursors" ];
|
||||
|
||||
environment.systemPackages = with pkgs;
|
||||
|
||||
Reference in New Issue
Block a user