summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrisha Shipunov2025-06-24 20:09:06 +0200
committerGrisha Shipunov2025-06-24 20:09:06 +0200
commit80b473a09fba1ec5dafb39cf5ac2180998d7ccdf (patch)
treeaadbdc568cf81a5656fdf4e25c601b97f4844c47
parent3e13c291d37c1fe440092267ea1e016dcdf23f9f (diff)
cleanup
-rw-r--r--flake.lock33
-rw-r--r--flake.nix16
-rw-r--r--hosts/toaster/default.nix2
3 files changed, 8 insertions, 43 deletions
diff --git a/flake.lock b/flake.lock
index 46b0f50..68ddac0 100644
--- a/flake.lock
+++ b/flake.lock
@@ -191,26 +191,6 @@
"type": "github"
}
},
- "home-manager": {
- "inputs": {
- "nixpkgs": [
- "nixpkgs-unstable"
- ]
- },
- "locked": {
- "lastModified": 1750304462,
- "narHash": "sha256-Mj5t4yX05/rXnRqJkpoLZTWqgStB88Mr/fegTRqyiWc=",
- "owner": "nix-community",
- "repo": "home-manager",
- "rev": "863842639722dd12ae9e37ca83bcb61a63b36f6c",
- "type": "github"
- },
- "original": {
- "owner": "nix-community",
- "repo": "home-manager",
- "type": "github"
- }
- },
"lanzaboote": {
"inputs": {
"crane": "crane",
@@ -352,11 +332,11 @@
},
"nixpkgs-unstable": {
"locked": {
- "lastModified": 1750365781,
- "narHash": "sha256-XE/lFNhz5lsriMm/yjXkvSZz5DfvKJLUjsS6pP8EC50=",
+ "lastModified": 1750506804,
+ "narHash": "sha256-VLFNc4egNjovYVxDGyBYTrvVCgDYgENp5bVi9fPTDYc=",
"owner": "nixos",
"repo": "nixpkgs",
- "rev": "08f22084e6085d19bcfb4be30d1ca76ecb96fe54",
+ "rev": "4206c4cb56751df534751b058295ea61357bbbaa",
"type": "github"
},
"original": {
@@ -368,11 +348,11 @@
},
"nixpkgs_2": {
"locked": {
- "lastModified": 1750400657,
- "narHash": "sha256-3vkjFnxCOP6vm5Pm13wC/Zy6/VYgei/I/2DWgW4RFeA=",
+ "lastModified": 1750622754,
+ "narHash": "sha256-kMhs+YzV4vPGfuTpD3mwzibWUE6jotw5Al2wczI0Pv8=",
"owner": "NixOS",
"repo": "nixpkgs",
- "rev": "b2485d56967598da068b5a6946dadda8bfcbcd37",
+ "rev": "c7ab75210cb8cb16ddd8f290755d9558edde7ee1",
"type": "github"
},
"original": {
@@ -463,7 +443,6 @@
"inputs": {
"authentik-nix": "authentik-nix",
"flake-utils": "flake-utils_2",
- "home-manager": "home-manager",
"lanzaboote": "lanzaboote",
"microvm": "microvm",
"nixos-hardware": "nixos-hardware",
diff --git a/flake.nix b/flake.nix
index a9821cf..b279bea 100644
--- a/flake.nix
+++ b/flake.nix
@@ -35,11 +35,6 @@
inputs.flake-utils.follows = "flake-utils";
};
- home-manager = {
- url = "github:nix-community/home-manager";
- inputs.nixpkgs.follows = "nixpkgs-unstable";
- };
-
tmux-yank = {
url = "github:tmux-plugins/tmux-yank";
flake = false;
@@ -48,7 +43,6 @@
outputs =
inputs@{
- home-manager,
lanzaboote,
microvm,
nixos-hardware,
@@ -107,23 +101,15 @@
lanzaboote.nixosModules.lanzaboote
nixos-hardware.nixosModules.lenovo-thinkpad-t14-amd-gen3
- home-manager.nixosModules.home-manager
- {
- home-manager.useGlobalPkgs = true;
- home-manager.useUserPackages = true;
- home-manager.users."0xa" = import ./hosts/toaster/0xa-home.nix;
- }
-
./hosts/toaster
./modules/basic-tools
./modules/binary-caches.nix
./modules/devtools.nix
./modules/emacs.nix
+ ./modules/gnome.nix
./modules/gnupg.nix
./modules/mail
- ./modules/mail
- ./modules/niri.nix
./modules/radio.nix
./modules/science.nix
./modules/tlp.nix
diff --git a/hosts/toaster/default.nix b/hosts/toaster/default.nix
index 17cedf6..2b8577b 100644
--- a/hosts/toaster/default.nix
+++ b/hosts/toaster/default.nix
@@ -4,7 +4,7 @@
./amd.nix
./hardware-configuration.nix
./irc.nix
- ./network/full-networkd.nix
+ ./network
./secure-boot.nix
./zfs.nix
];