Split Hyprlock,Noctalia-Shell and Hyprpaper into separate directories. Made changes to ncli, to automatically switch specialisations. Started configuring niri.
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
{ config, pkgs, ... }: {
|
||||
{ config, pkgs, username, ... }: {
|
||||
programs.zsh = {
|
||||
enable = true;
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
};
|
||||
|
||||
shellInit = ''
|
||||
source /etc/nixos/other/aliases
|
||||
source /home/${username}/NixOS/other/aliases
|
||||
'';
|
||||
|
||||
#To reset powerlevel10k, write 'p10k configure' in shell!
|
||||
|
||||
Reference in New Issue
Block a user