mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 22:11:33 +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
|
|
@ -1,22 +0,0 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
imports = [ ./default.nix ];
|
||||
|
||||
home-manager.users.seb = {
|
||||
home.stateVersion = "23.11";
|
||||
myConfig.theme = "dark";
|
||||
|
||||
home.packages = [
|
||||
pkgs.ffmpeg
|
||||
pkgs.obs-studio
|
||||
pkgs.davinci-resolve
|
||||
pkgs.gimp
|
||||
];
|
||||
|
||||
wayland.windowManager.hyprland.settings.monitor = [
|
||||
"Unknown-1,disable"
|
||||
"DP-1,2560x1440@144,0x0,1"
|
||||
"HDMI-A-1,2560x1440@60,-1440x-617,1,transform,1"
|
||||
];
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue