mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-06-07 21:39:23 +02:00
Various updates
This commit is contained in:
parent
a35bbf44ad
commit
f0e2bec7af
7 changed files with 296 additions and 190 deletions
|
@ -1,4 +1,4 @@
|
|||
{ prismlauncher, nur, self, pkgs, ... }:
|
||||
{ prismlauncher, nur, self, pkgs, config, ... }:
|
||||
|
||||
{
|
||||
nixpkgs = {
|
||||
|
@ -44,11 +44,4 @@
|
|||
})
|
||||
];
|
||||
};
|
||||
|
||||
home-manager = {
|
||||
useGlobalPkgs = true;
|
||||
useUserPackages = true;
|
||||
};
|
||||
|
||||
system.stateVersion = "23.05";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue