Compare commits

..

No commits in common. "ca40cf8ef40d782adc687496c7035c24a78ac168" and "5b7fb39a7ac2192bbf02a53f63991bdb88299f03" have entirely different histories.

2 changed files with 5 additions and 5 deletions

View file

@ -34,6 +34,11 @@
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,11 +5,6 @@
recursive = true;
};
home.file.".gitignore".text = ''
result
.direnv/
'';
programs.bash.enable = true;
programs.nushell = {
enable = true;