1
0
Fork 0
mirror of https://git.sr.ht/~roxwize/.dotfiles synced 2025-05-02 19:53:07 +00:00
This commit is contained in:
Rae 5e 2024-12-30 16:43:58 -05:00
parent ab985c49d4
commit a406e8751d
4 changed files with 25 additions and 8 deletions

View file

@ -37,7 +37,7 @@
rofi = {
enable = true;
font = "Fira Code Light 11";
terminal = "${pkgs.kitty}/bin/kitty";
terminal = "kitty";
};
vscode = {
enable = true;
@ -53,6 +53,10 @@
};
};
services = {
mpris-proxy.enable = true;
};
gtk = {
enable = true;
cursorTheme.name = "Posy's Cursor";

View file

@ -20,7 +20,7 @@
};
services = {
# X11
# Xorg
xserver = {
enable = true;
xkb.layout = "us";
@ -45,7 +45,6 @@
# Touchpad support
libinput.enable = true;
# OpenSSH
openssh = {
enable = true;
knownHosts = {
@ -66,8 +65,16 @@
};
# CUPS printing
printing.enable = true;
# Flatpak
flatpak.enable = true;
blueman.enable = true;
};
hardware = {
bluetooth = {
enable = true;
powerOnBoot = true;
};
pulseaudio.enable = true;
};
xdg.portal = {