mirror of
https://github.com/youwen5/nixos.git
synced 2024-11-28 19:53:49 -08:00
Compare commits
No commits in common. "ca40cf8ef40d782adc687496c7035c24a78ac168" and "5b7fb39a7ac2192bbf02a53f63991bdb88299f03" have entirely different histories.
ca40cf8ef4
...
5b7fb39a7a
2 changed files with 5 additions and 5 deletions
|
@ -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";
|
||||
|
|
|
@ -5,11 +5,6 @@
|
|||
recursive = true;
|
||||
};
|
||||
|
||||
home.file.".gitignore".text = ''
|
||||
result
|
||||
.direnv/
|
||||
'';
|
||||
|
||||
programs.bash.enable = true;
|
||||
programs.nushell = {
|
||||
enable = true;
|
||||
|
|
Loading…
Reference in a new issue