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
|
# nix-your-shell # Currently only available in unstable
|
||||||
sysz
|
sysz
|
||||||
tmux
|
tmux
|
||||||
|
toolbox
|
||||||
tree
|
tree
|
||||||
wget
|
wget
|
||||||
];
|
];
|
||||||
|
|
|
||||||
|
|
@ -6,8 +6,6 @@ let
|
||||||
kaccounts-integration
|
kaccounts-integration
|
||||||
kaccounts-providers
|
kaccounts-providers
|
||||||
kate
|
kate
|
||||||
merkuro
|
|
||||||
qtwebengine
|
|
||||||
];
|
];
|
||||||
in {
|
in {
|
||||||
environment.systemPackages = with pkgs;
|
environment.systemPackages = with pkgs;
|
||||||
|
|
@ -40,6 +38,7 @@ in {
|
||||||
mpv
|
mpv
|
||||||
nextcloud-client
|
nextcloud-client
|
||||||
nix-init
|
nix-init
|
||||||
|
nix-output-monitor
|
||||||
obs-studio
|
obs-studio
|
||||||
ocs-url
|
ocs-url
|
||||||
octaveFull
|
octaveFull
|
||||||
|
|
|
||||||
|
|
@ -40,9 +40,9 @@
|
||||||
fish = {
|
fish = {
|
||||||
functions = {
|
functions = {
|
||||||
sysrebuild =
|
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 =
|
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 =
|
sysupdate =
|
||||||
"nix flake update --commit-lock-file /home/user/Projects/personal/nix-config";
|
"nix flake update --commit-lock-file /home/user/Projects/personal/nix-config";
|
||||||
syscleanup =
|
syscleanup =
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue