mirror of
https://github.com/callumio/nixfiles.git
synced 2025-12-17 03:29:20 +00:00
overhaul hypr, waybar, add trayscale, etc
This commit is contained in:
parent
af5a73e5df
commit
9bb638131b
12 changed files with 189 additions and 47 deletions
|
|
@ -1,4 +1,6 @@
|
|||
{inputs, ...}: {
|
||||
programs.hyprlock.enable = true;
|
||||
security.pam.services.hyprlock = {};
|
||||
home-manager = {
|
||||
sharedModules = [
|
||||
{
|
||||
|
|
@ -6,6 +8,7 @@
|
|||
fish.enable = false;
|
||||
};
|
||||
}
|
||||
inputs.self.homeManagerModules.trayscale
|
||||
];
|
||||
users.c = import ../../home;
|
||||
extraSpecialArgs = {inherit inputs;};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue