chore: use plasma-manager, move firefox to home-manager, add kde-rounded-corners

This commit is contained in:
Ruben 2024-04-21 17:39:09 -05:00
commit ad241378d1
No known key found for this signature in database
GPG key ID: AE181294E97E4802
5 changed files with 79 additions and 490 deletions

View file

@ -23,7 +23,6 @@
];
# Configure your nixpkgs instance
config = {
# Disable if you don't want unfree packages
allowUnfree = true;
};
};
@ -35,18 +34,18 @@
environment.systemPackages = with pkgs; [
git
wget
fzf
curl
curlHTTP3
virt-manager
pinentry-curses
kitty
wezterm
distrobox
];
virt-manager
# firefox
programs.firefox.enable = true;
kde-rounded-corners
];
# steam
programs.steam.enable = true;