- Removed the Stylix configuration from configuration.nix and created a new stylix.nix file for better organization.
- Enhanced ncli.nix to include generation information during NixOS rebuild and update commands. - Updated niri.nix to include the new stylix module. - Adjusted aliases to ensure correct path referencing. - And some minor changes
This commit is contained in:
@ -11,7 +11,7 @@
|
||||
alias py="python3"
|
||||
#alias mcrow="sudo micro"
|
||||
alias mcrow="echo 'you better try to use nvim you little shit! :3'"
|
||||
alias srcals="source $HOME/other/aliases && echo 'Sourced Aliases ... successful!'"
|
||||
alias srcals="source $HOME/NixOS/other/aliases && echo 'Sourced Aliases ... successful!'"
|
||||
alias please="sudo"
|
||||
alias se="sudoedit"
|
||||
alias tt="gtypist ktde.typ"
|
||||
@ -45,7 +45,7 @@ alias nix-clear="sudo nix-store --gc"
|
||||
|
||||
#KDE Plasma Specific
|
||||
#-----
|
||||
alias kde-theme-apply="source $HOME/nixos/plasma/konsave.sh"
|
||||
alias kde-theme-apply="source $HOME/NixOS/plasma/konsave.sh"
|
||||
|
||||
#Hyprland Specific
|
||||
#-----
|
||||
|
||||
Reference in New Issue
Block a user