Fix Permissions

This commit is contained in:
Henry Hiles 2023-07-01 18:19:20 -04:00
parent e705cfd463
commit 1b7ccaf7ba
12 changed files with 5 additions and 1 deletions

0
README.md Normal file → Executable file
View file

6
common.nix Normal file → Executable file
View 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
View file

0
flake.nix Normal file → Executable file
View file

0
home-manager/btop.nix Normal file → Executable file
View file

0
home-manager/git.nix Normal file → Executable file
View file

0
home-manager/vscode.nix Normal file → Executable file
View file

0
quadraticpc/background.jpg Normal file → Executable file
View file

Before

Width:  |  Height:  |  Size: 362 KiB

After

Width:  |  Height:  |  Size: 362 KiB

Before After
Before After

0
quadraticpc/configuration.nix Normal file → Executable file
View file

0
quadraticpc/hardware-configuration.nix Normal file → Executable file
View file

0
quadraticpc/home-manager.nix Normal file → Executable file
View file

0
quadraticpc/stylix.nix Normal file → Executable file
View file