Install Stylix
Install Pop!_OS shell Enable Jack emulation in Pipewire Set a wallpaper Replace Terminator with Alacritty Copy GNOME config to dconf
This commit is contained in:
parent
235efa07e8
commit
ed1e654706
5 changed files with 346 additions and 59 deletions
|
@ -6,6 +6,7 @@
|
|||
nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
|
||||
nur.url = "github:nix-community/NUR";
|
||||
nixos-hardware.url = "github:NixOS/nixos-hardware/master";
|
||||
stylix.url = "github:danth/stylix";
|
||||
|
||||
home-manager = {
|
||||
url = "github:nix-community/home-manager?ref=release-24.05";
|
||||
|
@ -32,6 +33,12 @@
|
|||
url = "github:nix-community/disko";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
nixos-artwork = {
|
||||
type = "git";
|
||||
url = "https://github.com/NixOS/nixos-artwork.git";
|
||||
flake = false;
|
||||
};
|
||||
};
|
||||
|
||||
outputs =
|
||||
|
@ -42,6 +49,7 @@
|
|||
, agenix
|
||||
, nur
|
||||
, nixos-hardware
|
||||
, stylix
|
||||
, ...
|
||||
}@inputs:
|
||||
let
|
||||
|
@ -62,6 +70,7 @@
|
|||
];
|
||||
}
|
||||
./configuration.nix
|
||||
stylix.nixosModules.stylix
|
||||
./modules/nixos/lanzaboote.nix
|
||||
agenix.nixosModules.default
|
||||
home-manager.nixosModules.home-manager
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue