Merge branch 'nixos' into nixos-work
This commit is contained in:
commit
cbe7a4a6ad
34 changed files with 440 additions and 303 deletions
|
|
@ -12,6 +12,7 @@
|
|||
facter.reportPath = ./facter.json;
|
||||
|
||||
my = {
|
||||
ai.enable = true;
|
||||
virtualisation.libvirtd.enable = true;
|
||||
yubikey.luksSupport.enable = false;
|
||||
profiles = {
|
||||
|
|
@ -20,12 +21,14 @@
|
|||
webis.enable = true;
|
||||
impermanence.enable = true;
|
||||
};
|
||||
terminal.package = pkgs.kitty;
|
||||
programs.exercism.enable = true;
|
||||
services.mullvad.enable = true;
|
||||
};
|
||||
|
||||
users.users.moritz.packages = [ pkgs.poetry ];
|
||||
users.users.moritz.packages = with pkgs; [
|
||||
poetry
|
||||
wl-clipboard
|
||||
];
|
||||
|
||||
home-manager.users.moritz.services.kanshi.settings = [
|
||||
{
|
||||
|
|
@ -37,14 +40,14 @@
|
|||
];
|
||||
}
|
||||
{
|
||||
profile.name = "docked";
|
||||
profile.name = "docked-scads";
|
||||
profile.outputs = [
|
||||
{
|
||||
criteria = "eDP-1";
|
||||
position = "640,1800"; # NOTE: 2160 / 1.2 = 1800
|
||||
}
|
||||
{
|
||||
criteria = "DP-3";
|
||||
criteria = "Dell Inc. DELL S2721QS DWTC513";
|
||||
scale = 1.2;
|
||||
position = "0,0";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue