Compare commits
No commits in common. "99e04cd66563c2ea5188556f38ded6b4fc12e7fb" and "dbafe66098dfb10672d135c1131f7422c09f8156" have entirely different histories.
99e04cd665
...
dbafe66098
2 changed files with 26 additions and 36 deletions
|
|
@ -11,10 +11,11 @@
|
|||
];
|
||||
|
||||
# Bootloader.
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
#boot.loader.grub.device = "/dev/vda";
|
||||
#boot.loader.grub.useOSProber = true;
|
||||
#boot.loader.systemd-boot.enable = true;
|
||||
#boot.loader.efi.canTouchEfiVariables = true;
|
||||
boot.loader.grub.enable = true;
|
||||
boot.loader.grub.device = "/dev/vda";
|
||||
boot.loader.grub.useOSProber = true;
|
||||
|
||||
networking.hostName = "nixos-dad"; # Define your hostname.
|
||||
networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
|
||||
|
|
@ -84,7 +85,7 @@
|
|||
libinput
|
||||
pciutils
|
||||
pulseaudio
|
||||
(pkgs.wrapFirefox (pkgs.firefox-unwrapped.override { pipewireSupport = true; }) { })
|
||||
pwvucontrol
|
||||
];
|
||||
|
||||
programs.firefox = {
|
||||
|
|
@ -109,7 +110,8 @@
|
|||
user = "kemp";
|
||||
program = "${pkgs.writeScriptBin "start-cage-app" ''
|
||||
#!/usr/bin/env bash
|
||||
exec ${ (pkgs.wrapFirefox (pkgs.firefox-unwrapped.override { pipewireSupport = true; }) { })}/bin/firefox
|
||||
exec pwvucontrol
|
||||
exec firefox
|
||||
''}/bin/start-cage-app";
|
||||
};
|
||||
services.getty.loginProgram = "${pkgs.coreutils}/bin/true";
|
||||
|
|
@ -129,6 +131,7 @@
|
|||
command = "wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+";
|
||||
}
|
||||
];
|
||||
|
||||
security.rtkit.enable = true;
|
||||
services.pipewire = {
|
||||
enable = true; # if not already enabled
|
||||
|
|
|
|||
|
|
@ -150,20 +150,8 @@
|
|||
jdk
|
||||
gradle
|
||||
|
||||
|
||||
(pkgs.python3.withPackages (python-pkgs: with python-pkgs; [
|
||||
requests
|
||||
odfpy
|
||||
websocket-client
|
||||
selenium
|
||||
webdriver-manager
|
||||
pytest
|
||||
pytest-html
|
||||
python-dotenv
|
||||
pillow
|
||||
config
|
||||
]))
|
||||
chromedriver
|
||||
dconf
|
||||
gsettings-desktop-schemas
|
||||
|
||||
# GUI programs
|
||||
|
||||
|
|
@ -180,7 +168,6 @@
|
|||
texstudio
|
||||
(pkgs.wrapFirefox (pkgs.firefox-unwrapped.override { pipewireSupport = true; }) { })
|
||||
google-chrome
|
||||
chromium
|
||||
tor-browser
|
||||
zathura
|
||||
vlc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue