Compare commits
No commits in common. "46ee6edc62873ecdd97ba7602eb982a693ff4cce" and "9cfe9d7673f42c453fff20ca42fd340c8485766c" have entirely different histories.
46ee6edc62
...
9cfe9d7673
|
@ -65,7 +65,7 @@ with lib; {
|
||||||
# Pandoc for documentation
|
# Pandoc for documentation
|
||||||
pandoc
|
pandoc
|
||||||
# Tmate for pair programming
|
# Tmate for pair programming
|
||||||
upterm
|
tmate
|
||||||
];
|
];
|
||||||
})
|
})
|
||||||
(mkIf config.nathan.programs.util.json {
|
(mkIf config.nathan.programs.util.json {
|
||||||
|
|
|
@ -33,6 +33,7 @@
|
||||||
master {
|
master {
|
||||||
mfact = 0.68
|
mfact = 0.68
|
||||||
}
|
}
|
||||||
|
exec-once=hyprpaper
|
||||||
'';
|
'';
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
|
@ -73,23 +74,6 @@
|
||||||
};
|
};
|
||||||
Install = { WantedBy = [ "graphical-session.target" ]; };
|
Install = { WantedBy = [ "graphical-session.target" ]; };
|
||||||
};
|
};
|
||||||
# Hyprpaper
|
|
||||||
# Run as service so we can easily restart it after kvm switching
|
|
||||||
hyprpaper = {
|
|
||||||
Unit = {
|
|
||||||
Description = "Hyprpaper";
|
|
||||||
After = [ "graphical-session.target" ];
|
|
||||||
};
|
|
||||||
Service = {
|
|
||||||
Type = "simple";
|
|
||||||
ExecStart = ''
|
|
||||||
${
|
|
||||||
inputs.nixpkgs-unstable.legacyPackages.${pkgs.system}.hyprpaper
|
|
||||||
}/bin/hyprpaper
|
|
||||||
'';
|
|
||||||
};
|
|
||||||
Install = { WantedBy = [ "graphical-session.target" ]; };
|
|
||||||
};
|
|
||||||
# Startup noisetorch on our USB mic
|
# Startup noisetorch on our USB mic
|
||||||
noisetorch-startup = {
|
noisetorch-startup = {
|
||||||
Unit = {
|
Unit = {
|
||||||
|
@ -103,7 +87,7 @@
|
||||||
/run/wrappers/bin/noisetorch -i alsa_input.usb-18072020_JLAB_TALK_GO_MICROPHONE-00.analog-stereo
|
/run/wrappers/bin/noisetorch -i alsa_input.usb-18072020_JLAB_TALK_GO_MICROPHONE-00.analog-stereo
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
# Install = { WantedBy = [ "graphical-session.target" ]; };
|
Install = { WantedBy = [ "graphical-session.target" ]; };
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -22,8 +22,7 @@ in with lib; {
|
||||||
(mkIf nc.hyprland.enable {
|
(mkIf nc.hyprland.enable {
|
||||||
# Turn on GDM for login
|
# Turn on GDM for login
|
||||||
services.xserver = {
|
services.xserver = {
|
||||||
# enable = true;
|
enable = true;
|
||||||
enable = false;
|
|
||||||
autorun = true;
|
autorun = true;
|
||||||
# Enable plasma for the applications
|
# Enable plasma for the applications
|
||||||
desktopManager.plasma5.enable = true;
|
desktopManager.plasma5.enable = true;
|
||||||
|
|
Loading…
Reference in New Issue