format nixfiles
This commit is contained in:
parent
e72cc514df
commit
0bb45f1f2c
|
@ -1 +1 @@
|
|||
{ pkgs, ... }: { home.packages = with pkgs; [ melonDS ]; }
|
||||
{ pkgs, ... }: { home.packages = with pkgs; [ melonDS ]; }
|
||||
|
|
|
@ -1 +1 @@
|
|||
{ pkgs, ... }: { home.packages = with pkgs; [ steam ]; }
|
||||
{ pkgs, ... }: { home.packages = with pkgs; [ steam ]; }
|
||||
|
|
|
@ -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";
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -4,4 +4,4 @@
|
|||
powerManagement.enable = true;
|
||||
powerManagement.powertop.enable = true;
|
||||
hardware.acpilight.enable = true;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue