format nixfiles

This commit is contained in:
ChaotiCryptidz 2022-01-16 11:46:32 +00:00
parent e72cc514df
commit 0bb45f1f2c
5 changed files with 5 additions and 8 deletions

View file

@ -1 +1 @@
{ pkgs, ... }: { home.packages = with pkgs; [ melonDS ]; }
{ pkgs, ... }: { home.packages = with pkgs; [ melonDS ]; }

View file

@ -1 +1 @@
{ pkgs, ... }: { home.packages = with pkgs; [ steam ]; }
{ pkgs, ... }: { home.packages = with pkgs; [ steam ]; }

View file

@ -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";

View file

@ -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

View file

@ -4,4 +4,4 @@
powerManagement.enable = true;
powerManagement.powertop.enable = true;
hardware.acpilight.enable = true;
}
}