Compare commits

...

2 commits

2 changed files with 5 additions and 5 deletions

View file

@ -34,11 +34,6 @@
catppuccin.url = "github:catppuccin/nix";
# firefox-addons = {
# url = "gitlab:rycee/nur-expressions?dir=pkgs/firefox-addons";
# inputs.nixpkgs.follows = "nixpkgs";
# };
lanzaboote = {
url = "github:nix-community/lanzaboote/v0.4.1";
inputs.nixpkgs.follows = "nixpkgs";

View file

@ -5,6 +5,11 @@
recursive = true;
};
home.file.".gitignore".text = ''
result
.direnv/
'';
programs.bash.enable = true;
programs.nushell = {
enable = true;