Finally switch to flakes.
This commit is contained in:
parent
a90e09db74
commit
5e0b713756
116 changed files with 5443 additions and 3 deletions
3
home-manager/common/auth.nix
Normal file
3
home-manager/common/auth.nix
Normal file
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
method = "doas";
|
||||
}
|
5
home-manager/common/border.nix
Normal file
5
home-manager/common/border.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
rec {
|
||||
# Define miscellaneous window manager properties
|
||||
weightInt = 3;
|
||||
weight = toString weightInt;
|
||||
}
|
7
home-manager/common/displays.nix
Normal file
7
home-manager/common/displays.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
# Define the primary monitor
|
||||
d1 = ''DP-3'';
|
||||
d2 = ''DP-1'';
|
||||
d3 = ''DP-2'';
|
||||
dTouch = ''eDP-1'';
|
||||
}
|
5
home-manager/common/fonts.nix
Normal file
5
home-manager/common/fonts.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
# Set the default fonts
|
||||
main = ''Ubuntu'';
|
||||
nerd = ''UbuntuMono Nerd Font'';
|
||||
}
|
3
home-manager/common/nixcfg.nix
Normal file
3
home-manager/common/nixcfg.nix
Normal file
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
open = "ranger /etc/nixos";
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue