format nixfiles
This commit is contained in:
parent
e72cc514df
commit
0bb45f1f2c
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue