Fix Permissions
This commit is contained in:
parent
e705cfd463
commit
1b7ccaf7ba
12 changed files with 5 additions and 1 deletions
0
README.md
Normal file → Executable file
0
README.md
Normal file → Executable file
6
common.nix
Normal file → Executable file
6
common.nix
Normal file → Executable file
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
pkgs,
|
||||
self,
|
||||
inputs,
|
||||
...
|
||||
}: {
|
||||
|
@ -20,7 +21,10 @@
|
|||
};
|
||||
|
||||
environment = {
|
||||
etc."programs.sqlite".source = inputs.programsdb.packages.${pkgs.system}.programs-sqlite;
|
||||
etc = {
|
||||
"programs.sqlite".source = inputs.programsdb.packages.${pkgs.system}.programs-sqlite;
|
||||
"backup".source = self;
|
||||
};
|
||||
shells = [pkgs.fish];
|
||||
shellAliases = {
|
||||
config = "$EDITOR ~/.config/nixos/$(hostname)/configuration.nix";
|
||||
|
|
0
flake.lock
generated
Normal file → Executable file
0
flake.lock
generated
Normal file → Executable file
0
flake.nix
Normal file → Executable file
0
flake.nix
Normal file → Executable file
0
home-manager/btop.nix
Normal file → Executable file
0
home-manager/btop.nix
Normal file → Executable file
0
home-manager/git.nix
Normal file → Executable file
0
home-manager/git.nix
Normal file → Executable file
0
home-manager/vscode.nix
Normal file → Executable file
0
home-manager/vscode.nix
Normal file → Executable file
0
quadraticpc/background.jpg
Normal file → Executable file
0
quadraticpc/background.jpg
Normal file → Executable file
Before Width: | Height: | Size: 362 KiB After Width: | Height: | Size: 362 KiB |
0
quadraticpc/configuration.nix
Normal file → Executable file
0
quadraticpc/configuration.nix
Normal file → Executable file
0
quadraticpc/hardware-configuration.nix
Normal file → Executable file
0
quadraticpc/hardware-configuration.nix
Normal file → Executable file
0
quadraticpc/home-manager.nix
Normal file → Executable file
0
quadraticpc/home-manager.nix
Normal file → Executable file
0
quadraticpc/stylix.nix
Normal file → Executable file
0
quadraticpc/stylix.nix
Normal file → Executable file
Loading…
Add table
Add a link
Reference in a new issue