nix: testvm: update stateVersion, add rewaita (theme coloring for demos)
This commit is contained in:
parent
820fcd3da1
commit
322b6efc1c
1 changed files with 2 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{ }:
|
||||
{ pkgs, ... }: {
|
||||
system.stateVersion = "25.11";
|
||||
system.stateVersion = "26.05";
|
||||
|
||||
fonts.packages = [ pkgs.adwaita-fonts pkgs.dejavu_fonts ];
|
||||
programs.dconf.enable = true;
|
||||
|
|
@ -33,6 +33,7 @@
|
|||
pkgs.localsend
|
||||
pkgs.ashpd-demo
|
||||
pkgs.nautilus
|
||||
pkgs.rewaita
|
||||
pkgs.wl-clipboard-rs
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue