mirror of
https://github.com/XNM1/linux-nixos-hyprland-config-dotfiles.git
synced 2025-09-15 09:45:58 +03:00
switched to cutting-edge channels & added pyprland
& updated README.md
This commit is contained in:
@@ -8,9 +8,8 @@ alias ldocker="lazydocker"
|
||||
alias conf="z ~/.config"
|
||||
alias nixos="z /etc/nixos"
|
||||
alias store="z /nix/store"
|
||||
alias rustenv="nix-shell -p pkg-config openssl sqlite protobuf --run fish" # run this command first if you have trouble with openssl, sqlite or protobuf during compiling a rust project (more https://nixos.wiki/wiki/Rust#Building_Rust_crates_that_require_external_system_libraries)
|
||||
alias nswitch="sudo nixos-rebuild switch --flake /etc/nixos"
|
||||
alias nswitchu="sudo nixos-rebuild switch --flake /etc/nixos --upgrade --update-input nixpkgs --update-input rust-overlay --commit-lock-file"
|
||||
alias nswitchu="sudo nixos-rebuild switch --flake /etc/nixos --update-input nixpkgs --update-input rust-overlay --update-input hyprland --commit-lock-file --upgrade "
|
||||
alias ncsu="sudo nix-channel --add https://nixos.org/channels/nixos-unstable nixos"
|
||||
alias nsgc="sudo nix-store --gc"
|
||||
alias ncg="sudo nix-collect-garbage -d"
|
||||
|
@@ -1,4 +1,5 @@
|
||||
function startup
|
||||
function autostart
|
||||
pypr & \
|
||||
wpaperd & \
|
||||
waybar & \
|
||||
poweralertd & \
|
||||
@@ -6,4 +7,4 @@ function startup
|
||||
avizo-service & \
|
||||
systemctl --user start psi-notify &\
|
||||
swayidle -w
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user