add unstable nixpkgs
This commit is contained in:
parent
6f2f3c19fb
commit
3fd51428c3
4 changed files with 47 additions and 5 deletions
|
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
config,
|
||||
pkgs,
|
||||
pkgs-unstable,
|
||||
spicetify-nix,
|
||||
...
|
||||
}: {
|
||||
|
|
@ -9,9 +10,11 @@
|
|||
flavor = "mocha";
|
||||
};
|
||||
|
||||
home.packages = with pkgs; [
|
||||
home.packages = [
|
||||
# steam gtk theming
|
||||
adwsteamgtk
|
||||
pkgs.adwsteamgtk
|
||||
|
||||
pkgs-unstable.ckan
|
||||
];
|
||||
|
||||
programs.noctalia-shell.settings.brightness = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue