some package and indentation
This commit is contained in:
parent
7ccc825f06
commit
0bab8ffec3
1 changed files with 2 additions and 1 deletions
3
home.nix
3
home.nix
|
@ -47,6 +47,7 @@
|
||||||
mpv
|
mpv
|
||||||
morgen
|
morgen
|
||||||
obsidian
|
obsidian
|
||||||
|
offpunk
|
||||||
pamixer
|
pamixer
|
||||||
pavucontrol
|
pavucontrol
|
||||||
powertop
|
powertop
|
||||||
|
@ -153,7 +154,7 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
loginShellInit = ''
|
loginShellInit = ''
|
||||||
if test (tty) = /dev/tty1
|
if test (tty) = /dev/tty1
|
||||||
exec sway
|
exec sway
|
||||||
end
|
end
|
||||||
'';
|
'';
|
||||||
shellAliases = {
|
shellAliases = {
|
||||||
|
|
Loading…
Reference in a new issue