Added some packages
This commit is contained in:
parent
e85d8a6302
commit
c1b24a3b4a
3 changed files with 4 additions and 4 deletions
|
|
@ -14,6 +14,7 @@
|
|||
# nix-your-shell # Currently only available in unstable
|
||||
sysz
|
||||
tmux
|
||||
toolbox
|
||||
tree
|
||||
wget
|
||||
];
|
||||
|
|
|
|||
|
|
@ -6,8 +6,6 @@ let
|
|||
kaccounts-integration
|
||||
kaccounts-providers
|
||||
kate
|
||||
merkuro
|
||||
qtwebengine
|
||||
];
|
||||
in {
|
||||
environment.systemPackages = with pkgs;
|
||||
|
|
@ -40,6 +38,7 @@ in {
|
|||
mpv
|
||||
nextcloud-client
|
||||
nix-init
|
||||
nix-output-monitor
|
||||
obs-studio
|
||||
ocs-url
|
||||
octaveFull
|
||||
|
|
|
|||
|
|
@ -40,9 +40,9 @@
|
|||
fish = {
|
||||
functions = {
|
||||
sysrebuild =
|
||||
"sudo nixos-rebuild switch --flake '/home/user/Projects/personal/nix-config#'";
|
||||
"sudo nixos-rebuild switch --flake '/home/user/Projects/personal/nix-config#' |& nom";
|
||||
sysrebuild-boot =
|
||||
"sudo nixos-rebuild boot --flake '/home/user/Projects/personal/nix-config#'";
|
||||
"sudo nixos-rebuild boot --flake '/home/user/Projects/personal/nix-config#' |& nom";
|
||||
sysupdate =
|
||||
"nix flake update --commit-lock-file /home/user/Projects/personal/nix-config";
|
||||
syscleanup =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue