more modules
This commit is contained in:
@@ -12,6 +12,10 @@
|
||||
modules.sops
|
||||
modules.hyprland
|
||||
<modules/hyprland/doloro-settings>
|
||||
(modules.obs {
|
||||
virtual_audio_devices = true;
|
||||
autostart = true;
|
||||
})
|
||||
];
|
||||
nixos =
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
@@ -16,6 +16,7 @@
|
||||
<modules/zen-browser>
|
||||
modules.kitty
|
||||
modules.stylix
|
||||
modules.quickshell
|
||||
];
|
||||
nixos =
|
||||
{ config, pkgs, ... }:
|
||||
@@ -23,14 +24,13 @@
|
||||
users.users.doloro = {
|
||||
isNormalUser = true;
|
||||
shell = pkgs.fish;
|
||||
initialPassword = "sex";
|
||||
hashedPasswordFile = config.sops.secrets."doloro-hashed_password".path;
|
||||
};
|
||||
};
|
||||
homeManager =
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [ teamviewer ];
|
||||
home.packages = with pkgs; [ ];
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user