mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 19:51:34 +01:00
Manage github ssh-keys with sops
This commit is contained in:
parent
c1cba95e02
commit
ae4a2e5b72
10 changed files with 92 additions and 11 deletions
20
users/seb/@inspiron/default.nix
Normal file
20
users/seb/@inspiron/default.nix
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
{ wrappers, ... }:
|
||||
{
|
||||
imports = [ ../default.nix ];
|
||||
|
||||
home-manager.users.seb = {
|
||||
home.stateVersion = "23.11";
|
||||
|
||||
myConfig = {
|
||||
theme = "light";
|
||||
sops.enable = true;
|
||||
};
|
||||
|
||||
home.packages = [ wrappers.hyprlock ];
|
||||
|
||||
wayland.windowManager.hyprland.settings.monitor = [
|
||||
"eDP-1,1920x1080@60,0x0,1"
|
||||
",preferred,auto,1,mirror,eDP-1"
|
||||
];
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue