diff --git a/home/gaming/emulators/ds.nix b/home/gaming/emulators/ds.nix index 9541b36..63763d8 100644 --- a/home/gaming/emulators/ds.nix +++ b/home/gaming/emulators/ds.nix @@ -1 +1 @@ -{ pkgs, ... }: { home.packages = with pkgs; [ melonDS ]; } \ No newline at end of file +{ pkgs, ... }: { home.packages = with pkgs; [ melonDS ]; } diff --git a/home/gaming/platforms/steam.nix b/home/gaming/platforms/steam.nix index 2c2f5f3..09c9cdd 100644 --- a/home/gaming/platforms/steam.nix +++ b/home/gaming/platforms/steam.nix @@ -1 +1 @@ -{ pkgs, ... }: { home.packages = with pkgs; [ steam ]; } \ No newline at end of file +{ pkgs, ... }: { home.packages = with pkgs; [ steam ]; } diff --git a/home/gui/environments/sway/sway.nix b/home/gui/environments/sway/sway.nix index daeeb18..6cdf328 100644 --- a/home/gui/environments/sway/sway.nix +++ b/home/gui/environments/sway/sway.nix @@ -1,8 +1,6 @@ { config, pkgs, lib, tree, ... }: { # import default terminal - imports = with tree; [ - home.apps.kitty - ]; + imports = with tree; [ home.apps.kitty ]; home.sessionVariables = { XDG_CURRENT_DESKTOP = "sway"; diff --git a/hosts/lappy/lappy.nix b/hosts/lappy/lappy.nix index 4e953a5..3beac51 100644 --- a/hosts/lappy/lappy.nix +++ b/hosts/lappy/lappy.nix @@ -22,7 +22,6 @@ profiles.gui profiles.gui.environments.sway - profiles.gaming.steam # for sci-hub and whenever websites break @@ -41,7 +40,7 @@ home.gui home.gui.environments.sway - + home.gaming.emulators.ds home.gaming.games.minecraft #home.gaming.games.osu diff --git a/profiles/laptop/default.nix b/profiles/laptop/default.nix index 2bf7c50..2e3d4a4 100644 --- a/profiles/laptop/default.nix +++ b/profiles/laptop/default.nix @@ -4,4 +4,4 @@ powerManagement.enable = true; powerManagement.powertop.enable = true; hardware.acpilight.enable = true; -} \ No newline at end of file +}