From 9f9afecef8fb57434000835081ed8f1f1880f3d9 Mon Sep 17 00:00:00 2001 From: Tao Tien <29749622+taotien@users.noreply.github.com> Date: Sat, 30 Mar 2024 19:41:38 -0700 Subject: [PATCH] remove dev and gaming from nomom --- flake.nix | 2 -- systems/BASED.nix | 1 - systems/NOmom.nix | 2 +- users/vy.nix | 3 +++ 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/flake.nix b/flake.nix index ecac4d0..cd710d1 100644 --- a/flake.nix +++ b/flake.nix @@ -107,8 +107,6 @@ ./users/tao.nix ./users/vy.nix ./extras/uwuraid.nix - ./extras/dev.nix - ./extras/gaming.nix ]; }; # NOiso = nixpkgs.lib.nixosSystem { diff --git a/systems/BASED.nix b/systems/BASED.nix index b7c4610..62439e0 100644 --- a/systems/BASED.nix +++ b/systems/BASED.nix @@ -59,7 +59,6 @@ ]; services.openssh.enable = true; - # services.flatpak.enable = lib.mkDefault true; services.printing.enable = lib.mkDefault true; networking.networkmanager.enable = true; diff --git a/systems/NOmom.nix b/systems/NOmom.nix index 67ac643..467ef42 100644 --- a/systems/NOmom.nix +++ b/systems/NOmom.nix @@ -73,7 +73,7 @@ ]; boot.kernelParams = [ "acpi_osi=\"!Windows 2020\"" - "mem_sleep_default=deep" + # "mem_sleep_default=deep" "nvme.noacpi=1" "i915.enable_psr=1" ]; diff --git a/users/vy.nix b/users/vy.nix index 359222e..93aae1f 100644 --- a/users/vy.nix +++ b/users/vy.nix @@ -1,6 +1,7 @@ {pkgs, ...}: { users.users.vy.packages = with pkgs; [ audacity + cosmic-store jellyfin-media-player keepassxc onlyoffice-bin @@ -16,6 +17,8 @@ noto-fonts-color-emoji ]; + services.flatpak.enable = true; + users.users.vy = { isNormalUser = true; extraGroups = ["wheel" "audio" "video"];