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