modularize config
This commit is contained in:
parent
09c4625fbb
commit
7a4e46e04f
33 changed files with 230 additions and 168 deletions
|
|
@ -1,4 +1,8 @@
|
|||
{ username, ... }: {
|
||||
{ config, ... }:
|
||||
let
|
||||
username = config.conf.username;
|
||||
in
|
||||
{
|
||||
imports = [
|
||||
../../modules
|
||||
];
|
||||
|
|
@ -30,7 +34,7 @@
|
|||
# monitor right
|
||||
"3,monitor:HDMI-A-1, default:true"
|
||||
];
|
||||
programs.ironbar.monitor = "DP-1";
|
||||
conf.monitor = "DP-1";
|
||||
programs.hyprland.hyprpaper = ''
|
||||
#load
|
||||
preload = /home/${username}/Pictures/backgrounds/shinobu_2k.jpg
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue