Forgot to rename this folder
This commit is contained in:
parent
f16588034d
commit
eec037be00
5 changed files with 0 additions and 0 deletions
28
hosts/shuttle/home/default.nix
Normal file
28
hosts/shuttle/home/default.nix
Normal file
|
@ -0,0 +1,28 @@
|
|||
{ config, pkgs, nur, ... }:
|
||||
{
|
||||
imports = [
|
||||
# Apps and programs
|
||||
../../../modules/home
|
||||
../../../modules/home/users
|
||||
../../../modules/home/files
|
||||
../../../modules/home/settings
|
||||
../../../modules/home/programs
|
||||
../../../modules/home/programs/misc/remote-desktop
|
||||
../../../modules/home/sway
|
||||
../../../modules/home/utils
|
||||
|
||||
# Misc
|
||||
../../../overlays
|
||||
../../../variables
|
||||
../../../variables/look/colors/purple
|
||||
|
||||
# Imports
|
||||
nur.nixosModules.nur
|
||||
];
|
||||
|
||||
home.packages = with pkgs; [
|
||||
alsa-utils
|
||||
];
|
||||
|
||||
wayland.windowManager.sway.config.output.${config.displays.dI}.scale = "1.3";
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue