fixed wallpapers and added nix config
This commit is contained in:
16
.nixos/flake.nix
Normal file
16
.nixos/flake.nix
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
description = "My NixOS system configuration";
|
||||
|
||||
inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.05";
|
||||
|
||||
outputs = { self, nixpkgs, ... }@inputs:
|
||||
{
|
||||
nixosConfigurations.mobile02 = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
modules = [
|
||||
./configuration.nix
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user