Doctoring things up
This commit is contained in:
@@ -31,10 +31,6 @@
|
||||
kdePackages.kwallet
|
||||
kdePackages.kwalletmanager
|
||||
papirus-icon-theme
|
||||
|
||||
# Common utils
|
||||
thunar
|
||||
thunar-volman
|
||||
];
|
||||
|
||||
hardware.steam-hardware.enable = true;
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
./base.nix
|
||||
./flatpak.nix
|
||||
./fonts.nix
|
||||
./packages.nix
|
||||
./sddm.nix
|
||||
];
|
||||
services.displayManager.defaultSession = "hyprland";
|
||||
|
||||
@@ -0,0 +1,24 @@
|
||||
#
|
||||
# Basic desktop stuff
|
||||
#
|
||||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
# Hardware
|
||||
hardware.steam-hardware.enable = true;
|
||||
|
||||
# Basic system utilities
|
||||
programs.thunar.enable = true;
|
||||
programs.thunar.plugins = with pkgs; [
|
||||
thunar-volman
|
||||
];
|
||||
|
||||
# Common utilities
|
||||
programs.thunderbird.enable = true;
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
keepassxc
|
||||
element-desktop
|
||||
nextcloud-client
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user