This commit is contained in:
Your Name 2023-02-02 20:26:52 +01:00
commit 1bec1ca3f6
3 changed files with 25 additions and 2 deletions

View File

@ -122,6 +122,7 @@
sequeler
endeavour
zotero
prismlauncher
];
};
@ -171,6 +172,8 @@
openvpn
udev
usbutils
evolution-ews
evolution
gnome.gnome-tweaks
gnomeExtensions.tray-icons-reloaded
@ -191,6 +194,9 @@
services.power-profiles-daemon.enable = false;
services.tlp.enable = true;
services.flatpak.enable = true;
#services.mysql.package = pkgs.mariadb;
#services.mysql.enable = true;
#services.mysql.ensureUsers = [

19
flake.lock generated
View File

@ -38,10 +38,27 @@
"type": "github"
}
},
"nixpkgs-unstable": {
"locked": {
"lastModified": 1675183161,
"narHash": "sha256-Zq8sNgAxDckpn7tJo7V1afRSk2eoVbu3OjI1QklGLNg=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "e1e1b192c1a5aab2960bf0a0bd53a2e8124fa18e",
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
"root": {
"inputs": {
"home": "home",
"nixpkgs": "nixpkgs"
"nixpkgs": "nixpkgs",
"nixpkgs-unstable": "nixpkgs-unstable"
}
},
"utils": {

View File

@ -8,7 +8,7 @@
home.inputs.nixpkgs.follows = "nixpkgs";
};
outputs = { self, nixpkgs, home }: {
outputs = { self, nixpkgs, nixpkgs-unstable, home }: {
nixosConfigurations.iota = nixpkgs.lib.nixosSystem {
system = "x86_64-linux";