mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 08:48:34 -05:00
niri fixes
This commit is contained in:
parent
748624c12f
commit
bca8eb1549
10 changed files with 36 additions and 83 deletions
|
|
@ -1,34 +1,9 @@
|
|||
{pkgs, ...}: {
|
||||
imports = [
|
||||
];
|
||||
|
||||
home.packages = with pkgs; [
|
||||
adw-gtk3
|
||||
|
||||
discord
|
||||
|
||||
# Office
|
||||
libreoffice
|
||||
obsidian
|
||||
];
|
||||
|
||||
# programs.vscode.enable = true;
|
||||
|
||||
# programs.alacritty = {
|
||||
# enable = true;
|
||||
# };
|
||||
|
||||
# programs.wezterm = {
|
||||
# enable = false;
|
||||
# extraConfig = ''
|
||||
# return {
|
||||
# font_size=9.25,
|
||||
# color_scheme="catppuccin-latte",
|
||||
# hide_tab_bar_if_only_one_tab = true,
|
||||
# window_frame = {
|
||||
# font_size = 10
|
||||
# },
|
||||
# }
|
||||
# '';
|
||||
# };
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue