going back to stable
This commit is contained in:
parent
40bd35b02e
commit
c81275e7d8
7 changed files with 59 additions and 60 deletions
|
@ -36,6 +36,9 @@
|
|||
mantle = "#1f1f1f";
|
||||
crust = "#171717";
|
||||
};
|
||||
nix_shell = {
|
||||
heuristic = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [ nautilus qimgv ];
|
||||
home.packages = with pkgs; [ gnome.nautilus qimgv ];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue