diff options
author | sinanmohd <sinan@sinanmohd.com> | 2024-08-29 22:21:14 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2024-08-29 22:21:14 +0530 |
commit | 1c1a361021652f1c300b4cb4c25585bef11cf064 (patch) | |
tree | 3b29d208f3a3e4d31e9cb7e35d15eb0bdefd2825 /os/pc/configuration.nix | |
parent | cb07f1b1f83996b107118c14d1986ce03c0d6216 (diff) |
pc/nopolkit: init
Diffstat (limited to 'os/pc/configuration.nix')
-rw-r--r-- | os/pc/configuration.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/os/pc/configuration.nix b/os/pc/configuration.nix index e865580..180080f 100644 --- a/os/pc/configuration.nix +++ b/os/pc/configuration.nix @@ -8,6 +8,7 @@ in { ./modules/sshfs.nix ./modules/network.nix ./modules/wayland.nix + ./modules/nopolkit.nix ]; boot = { |