mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
remove XDG_SESSION_TYPE notification
This commit is contained in:
parent
8193800f70
commit
c85eae72f2
1 changed files with 0 additions and 1 deletions
|
@ -60,7 +60,6 @@
|
||||||
|
|
||||||
programs.bash.interactiveShellInit = ''
|
programs.bash.interactiveShellInit = ''
|
||||||
stty -ixon
|
stty -ixon
|
||||||
echo $XDG_SESSION_TYPE
|
|
||||||
alias p=python3
|
alias p=python3
|
||||||
alias buildsys='nix build -f "<nixpkgs/nixos>" --no-link system'
|
alias buildsys='nix build -f "<nixpkgs/nixos>" --no-link system'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue