mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
added missing files
This commit is contained in:
parent
0e56188133
commit
22c5b6f826
5 changed files with 18 additions and 0 deletions
6
nur.nix
Normal file
6
nur.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{config, ...}:
|
||||
{
|
||||
environment.systemPackages = [
|
||||
config.nur.repos.instantos.spotify-adblock
|
||||
];
|
||||
}
|
||||
2
scripts/apply-system.sh
Executable file
2
scripts/apply-system.sh
Executable file
|
|
@ -0,0 +1,2 @@
|
|||
#!/bin/sh
|
||||
sudo nixos-rebuild switch --flake /etc/nixos/#
|
||||
5
scripts/apply-users.sh
Executable file
5
scripts/apply-users.sh
Executable file
|
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh
|
||||
cd /etc/nixos/scripts
|
||||
nix build /etc/nixos/#homeManagerConfiguration.gerg.activationPackage
|
||||
/etc/nixos/scripts/result/activate
|
||||
rm -rf /etc/nixos/scripts/result
|
||||
3
scripts/clean.sh
Executable file
3
scripts/clean.sh
Executable file
|
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
nix-collect-garbage -d
|
||||
nix-store --gc
|
||||
2
scripts/update-system.sh
Executable file
2
scripts/update-system.sh
Executable file
|
|
@ -0,0 +1,2 @@
|
|||
#!/bin/sh
|
||||
nix flake update /etc/nixos/#
|
||||
Loading…
Add table
Add a link
Reference in a new issue