hosts: add television to common, remove theming options
This commit is contained in:
parent
933baa49ae
commit
e7904182e7
3 changed files with 2 additions and 9 deletions
|
@ -31,6 +31,7 @@ in {
|
|||
polkit
|
||||
ripgrep
|
||||
smartmontools
|
||||
television
|
||||
trash-cli
|
||||
util-linux
|
||||
wireguard-tools
|
||||
|
|
|
@ -59,9 +59,6 @@
|
|||
sound.enable = true;
|
||||
};
|
||||
usrEnv = {
|
||||
theming = {
|
||||
gtk.enable = true;
|
||||
};
|
||||
desktops.hyprland.enable = false;
|
||||
|
||||
programs = {
|
||||
|
@ -83,10 +80,6 @@
|
|||
};
|
||||
};
|
||||
|
||||
style = {
|
||||
gtk.enable = true;
|
||||
qt.enable = true;
|
||||
};
|
||||
};
|
||||
other = {
|
||||
system.username = "cr";
|
||||
|
|
|
@ -33,7 +33,7 @@ in {
|
|||
programs.nix-ld.enable = true;
|
||||
services = {
|
||||
fstrim.enable = lib.mkDefault true;
|
||||
|
||||
udisks2.enable = true;
|
||||
};
|
||||
|
||||
meta = {
|
||||
|
@ -71,7 +71,6 @@ in {
|
|||
hardware.nvidia.enable = true;
|
||||
};
|
||||
usrEnv = {
|
||||
theming.gtk.enable = true;
|
||||
desktops.hyprland.enable = true;
|
||||
|
||||
programs = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue