This commit is contained in:
Sojus07
2025-02-10 13:23:38 +01:00
parent dc3fdb35fd
commit 30a2d59adf
3 changed files with 1 additions and 3 deletions

View File

@ -5,6 +5,7 @@
}: {
imports = [
./nix
./../windowManager/sway/default.nix
];
home = {
enableNixpkgsReleaseCheck = false;

View File

@ -1,7 +1,6 @@
{ config, pkgs, ... }:
{
imports = [
../../windowManager/sway/default.nix
./alacritty.nix
./shell.nix
./git.nix

View File

@ -4,8 +4,6 @@
...
}: {
imports = [
../../../../default/windowManager/dwm/default.nix
../../../../default/editors/nvim/default.nix
./networking.nix
./users.nix
./services.nix