Compare commits

...

5 Commits

Author SHA1 Message Date
Dave Gallant
38239ec48e Add rofi 2024-02-10 13:33:44 -05:00
Dave Gallant
58007ef2f2 Disable wayland 2024-02-10 11:46:07 -05:00
Dave Gallant
36121ad9c5 Remove albert 2024-02-10 11:35:08 -05:00
Dave Gallant
deb357f9b1 Enable wayland 2024-02-10 11:34:08 -05:00
Dave Gallant
f6b1fe94e4 Switch to nvidia display 2024-02-10 11:25:34 -05:00
4 changed files with 21 additions and 7 deletions

View File

@@ -360,6 +360,18 @@ in {
'';
};
rofi = {
enable = true;
plugins = [pkgs.rofi-emoji];
terminal = "${pkgs.alacritty}/bin/alacritty";
font = "Fira Font Mono 24";
theme = "gruvbox-dark";
extraConfig = {
modi = "drun,run";
show-icons = true;
};
};
fzf = {
enable = true;
enableZshIntegration = true;
@@ -446,8 +458,4 @@ in {
".config/nvim/lua".source = ./nvim/lua;
".aws/config".source = ./.aws/config;
};
home.file.".config/autostart/albert.desktop" = lib.mkIf stdenv.isLinux {
source = pkgs.albert + "/share/applications/albert.desktop";
};
}

View File

@@ -90,7 +90,7 @@
};
networking = {
iproute2.enable = true;
iproute2.enable = true;
firewall = {
allowPing = false;
enable = true;

View File

@@ -24,6 +24,13 @@
services = {
sshd.enable = true;
tailscale.enable = true;
xserver.videoDrivers = ["amdgpu"];
xserver.videoDrivers = ["nvidia"];
};
hardware.nvidia = {
modesetting.enable = true;
open = true;
nvidiaSettings = true;
package = config.boot.kernelPackages.nvidiaPackages.stable;
};
}

View File

@@ -9,7 +9,6 @@
in {
environment.systemPackages = with pkgs; let
linux = [
albert
bitwarden
chromium
cryptsetup