simplify
This commit is contained in:
@@ -45,7 +45,7 @@
|
|||||||
users.users.alex = {
|
users.users.alex = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
description = "alex";
|
description = "alex";
|
||||||
extraGroups = [ "networkmanager" "wheel" "docker" "libvirtd" ];
|
extraGroups = [ "networkmanager" "wheel" "docker" ];
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
firefox
|
firefox
|
||||||
docker
|
docker
|
||||||
@@ -62,29 +62,15 @@
|
|||||||
vim
|
vim
|
||||||
wget
|
wget
|
||||||
curl
|
curl
|
||||||
fishPlugins.done
|
|
||||||
fishPlugins.fzf-fish
|
|
||||||
fishPlugins.forgit
|
|
||||||
fishPlugins.hydro
|
|
||||||
fzf
|
|
||||||
fishPlugins.grc
|
|
||||||
grc
|
|
||||||
git
|
git
|
||||||
gnome-tweaks
|
gnome-tweaks
|
||||||
#gnome-tweaks
|
|
||||||
docker
|
docker
|
||||||
btop
|
btop
|
||||||
vscode-fhs
|
vscode-fhs
|
||||||
libvirt
|
libvirt
|
||||||
numix-cursor-theme
|
numix-cursor-theme
|
||||||
#mint-cursor-themes
|
|
||||||
ffmpeg
|
ffmpeg
|
||||||
#steam
|
|
||||||
#game-devices-udev-rules
|
|
||||||
libva-utils
|
libva-utils
|
||||||
# xboxdrv
|
|
||||||
# xone
|
|
||||||
#linuxKernel.packages.linux_6_6.xone
|
|
||||||
libcec
|
libcec
|
||||||
flirc
|
flirc
|
||||||
|
|
||||||
@@ -93,13 +79,11 @@
|
|||||||
services.tailscale.enable = true;
|
services.tailscale.enable = true;
|
||||||
hardware.flirc.enable=true;
|
hardware.flirc.enable=true;
|
||||||
hardware.steam-hardware.enable = true;
|
hardware.steam-hardware.enable = true;
|
||||||
#hardware.xone.enable = true;
|
|
||||||
# hardware.xpadneo.enable = true;
|
|
||||||
programs.fish.enable = true;
|
programs.fish.enable = true;
|
||||||
virtualisation.docker.enable = true;
|
virtualisation.docker.enable = true;
|
||||||
services.flatpak.enable = true;
|
services.flatpak.enable = true;
|
||||||
virtualisation.libvirtd.enable = true;
|
# virtualisation.libvirtd.enable = true;
|
||||||
programs.virt-manager.enable = true;
|
# programs.virt-manager.enable = true;
|
||||||
|
|
||||||
|
|
||||||
systemd.targets.sleep.enable = false;
|
systemd.targets.sleep.enable = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user