Switch to stable

This commit is contained in:
Pedro Rey Anca 2024-08-01 01:21:23 +02:00
parent c9c6091c9e
commit 1a80986ebd
8 changed files with 176 additions and 224 deletions

View file

@ -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

View file

@ -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}";

View file

@ -17,7 +17,7 @@
spice-protocol
win-virtio
win-spice
adwaita-icon-theme
gnome.adwaita-icon-theme
];
# Manage the virtualisation services