mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
tmux: nixify
This commit is contained in:
parent
a2a1d02c4e
commit
db78fc2289
3 changed files with 66 additions and 3 deletions
|
|
@ -23,7 +23,7 @@
|
|||
# Personal Program
|
||||
./programs/chromium.nix
|
||||
./programs/firefox
|
||||
./programs/emacs.nix
|
||||
# ./programs/emacs.nix
|
||||
./programs/vscode.nix
|
||||
./programs/xilinx.nix
|
||||
./programs/mime.nix
|
||||
|
|
@ -50,6 +50,8 @@
|
|||
./programs/obs-studio.nix
|
||||
./programs/ghostty.nix
|
||||
./programs/obsidian
|
||||
./programs/aichat.nix
|
||||
./programs/tmux.nix
|
||||
|
||||
# Desktop Linux
|
||||
./programs/desktop/plasma
|
||||
|
|
@ -79,5 +81,10 @@
|
|||
keyboardBacklightStep = "1";
|
||||
};
|
||||
|
||||
xdg.configFile."libvirt/libvirt.conf" = {
|
||||
text = ''uri_default = "qemu:///system"'';
|
||||
enable = true;
|
||||
};
|
||||
|
||||
home.stateVersion = "25.05";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue