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
|
||||
# Tmate for pair programming
|
||||
upterm
|
||||
tmate
|
||||
];
|
||||
})
|
||||
(mkIf config.nathan.programs.util.json {
|
||||
|
|
|
@ -33,6 +33,7 @@
|
|||
master {
|
||||
mfact = 0.68
|
||||
}
|
||||
exec-once=hyprpaper
|
||||
'';
|
||||
################################################################################
|
||||
|
||||
|
@ -73,23 +74,6 @@
|
|||
};
|
||||
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
|
||||
noisetorch-startup = {
|
||||
Unit = {
|
||||
|
@ -103,7 +87,7 @@
|
|||
/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 {
|
||||
# Turn on GDM for login
|
||||
services.xserver = {
|
||||
# enable = true;
|
||||
enable = false;
|
||||
enable = true;
|
||||
autorun = true;
|
||||
# Enable plasma for the applications
|
||||
desktopManager.plasma5.enable = true;
|
||||
|
|
Loading…
Reference in New Issue