mirror of
https://github.com/youwen5/nixos.git
synced 2024-11-28 11:43:51 -08:00
Compare commits
2 commits
5b7fb39a7a
...
ca40cf8ef4
Author | SHA1 | Date | |
---|---|---|---|
ca40cf8ef4 | |||
162d87466b |
2 changed files with 5 additions and 5 deletions
|
@ -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";
|
||||
|
|
|
@ -5,6 +5,11 @@
|
|||
recursive = true;
|
||||
};
|
||||
|
||||
home.file.".gitignore".text = ''
|
||||
result
|
||||
.direnv/
|
||||
'';
|
||||
|
||||
programs.bash.enable = true;
|
||||
programs.nushell = {
|
||||
enable = true;
|
||||
|
|
Loading…
Reference in a new issue