Switch to stable
This commit is contained in:
parent
c9c6091c9e
commit
1a80986ebd
8 changed files with 176 additions and 224 deletions
|
@ -1,11 +1,4 @@
|
|||
{pkgs, ...}: {
|
||||
hardware = {
|
||||
graphics = {
|
||||
enable = true;
|
||||
extraPackages = with pkgs; [
|
||||
];
|
||||
};
|
||||
};
|
||||
hardware.enableRedistributableFirmware = true;
|
||||
|
||||
hardware.flipperzero.enable = true; # Installs and setups everything Flipper Zero
|
||||
|
|
|
@ -3,13 +3,14 @@
|
|||
inputs,
|
||||
username,
|
||||
host,
|
||||
pkgs-unstable,
|
||||
...
|
||||
}: {
|
||||
imports = [inputs.home-manager.nixosModules.home-manager];
|
||||
home-manager = {
|
||||
useUserPackages = true;
|
||||
useGlobalPkgs = true;
|
||||
extraSpecialArgs = {inherit inputs username host;};
|
||||
extraSpecialArgs = {inherit inputs username host pkgs-unstable;};
|
||||
users.${username} = {
|
||||
imports = [./../home];
|
||||
home.username = "${username}";
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
spice-protocol
|
||||
win-virtio
|
||||
win-spice
|
||||
adwaita-icon-theme
|
||||
gnome.adwaita-icon-theme
|
||||
];
|
||||
|
||||
# Manage the virtualisation services
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue