Split Hyprlock,Noctalia-Shell and Hyprpaper into separate directories. Made changes to ncli, to automatically switch specialisations. Started configuring niri.
This commit is contained in:
13
modules/hyprlock/default.nix
Normal file
13
modules/hyprlock/default.nix
Normal file
@ -0,0 +1,13 @@
|
||||
{ config, inputs, pkgs, ... }:
|
||||
{
|
||||
imports = [
|
||||
];
|
||||
|
||||
home-manager.sharedModules = [
|
||||
./home.nix
|
||||
];
|
||||
|
||||
environment.systemPackages = with pkgs;
|
||||
[
|
||||
];
|
||||
}
|
||||
10
modules/hyprlock/home.nix
Normal file
10
modules/hyprlock/home.nix
Normal file
@ -0,0 +1,10 @@
|
||||
{pkgs, inputs, username, ...}:
|
||||
{
|
||||
|
||||
imports = [
|
||||
];
|
||||
|
||||
programs = {
|
||||
hyprlock.enable = true;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user