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, ... }: {
|
{ config, pkgs, lib, tree, ... }: {
|
||||||
# import default terminal
|
# import default terminal
|
||||||
imports = with tree; [
|
imports = with tree; [ home.apps.kitty ];
|
||||||
home.apps.kitty
|
|
||||||
];
|
|
||||||
|
|
||||||
home.sessionVariables = {
|
home.sessionVariables = {
|
||||||
XDG_CURRENT_DESKTOP = "sway";
|
XDG_CURRENT_DESKTOP = "sway";
|
||||||
|
|
|
@ -22,7 +22,6 @@
|
||||||
profiles.gui
|
profiles.gui
|
||||||
profiles.gui.environments.sway
|
profiles.gui.environments.sway
|
||||||
|
|
||||||
|
|
||||||
profiles.gaming.steam
|
profiles.gaming.steam
|
||||||
|
|
||||||
# for sci-hub and whenever websites break
|
# for sci-hub and whenever websites break
|
||||||
|
@ -41,7 +40,7 @@
|
||||||
|
|
||||||
home.gui
|
home.gui
|
||||||
home.gui.environments.sway
|
home.gui.environments.sway
|
||||||
|
|
||||||
home.gaming.emulators.ds
|
home.gaming.emulators.ds
|
||||||
home.gaming.games.minecraft
|
home.gaming.games.minecraft
|
||||||
#home.gaming.games.osu
|
#home.gaming.games.osu
|
||||||
|
|
|
@ -4,4 +4,4 @@
|
||||||
powerManagement.enable = true;
|
powerManagement.enable = true;
|
||||||
powerManagement.powertop.enable = true;
|
powerManagement.powertop.enable = true;
|
||||||
hardware.acpilight.enable = true;
|
hardware.acpilight.enable = true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue