Skip to content

Commit

Permalink
various changes, update
Browse files Browse the repository at this point in the history
  • Loading branch information
KSPAtlas committed Dec 28, 2024
1 parent 3e53edf commit d6b24bf
Show file tree
Hide file tree
Showing 8 changed files with 67 additions and 36 deletions.
Binary file modified assets/wallpaper.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
87 changes: 52 additions & 35 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions hm/dotfiles/env.nu
Original file line number Diff line number Diff line change
Expand Up @@ -143,3 +143,4 @@ alias edit = hx # emacs best editor fr
$env.EDITOR = 'hx'

$env.LS_COLORS = (vivid generate molokai | str trim)
$env.CARAPACE_BRIDGES = 'zsh,fish,bash,inshellisense'
2 changes: 2 additions & 0 deletions hm/dotfiles/sway_config
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ output * bg ~/.config/sway/wallpaper.jpg fill
#
# You can get the names of your outputs by running: swaymsg -t get_outputs

output DP-1 mode [email protected]

font Inter 10

### Idle configuration
Expand Down
4 changes: 3 additions & 1 deletion hm/ksp.nix
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"uptime"
"packages"
"shell"
# "display"
"display"
"de"
"wm"
"wmtheme"
Expand Down Expand Up @@ -196,6 +196,8 @@
nixd
akkuPackages.scheme-langserver
python312Packages.python-lsp-server
haskell-language-server
ghc

python312Full
zig
Expand Down
1 change: 1 addition & 0 deletions nixos/gaming.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@

{
programs.steam.enable = true;
programs.gamemode.enable = true;
}
6 changes: 6 additions & 0 deletions nixos/gui.nix
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@
inputs.drawterm.packages."${pkgs.system}".default
];

qt = {
enable = true;
platformTheme = "qt5ct";
style = "kvantum";
};

# programs.foot = {
# enable = true;
# };
Expand Down
2 changes: 2 additions & 0 deletions nixos/nix.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,7 @@
trusted-public-keys = ["wezterm.cachix.org-1:kAbhjYUC9qvblTE+s7S+kl5XM1zVa4skO+E/1IDWdH0="];
};

programs.nix-ld.enable = true;

system.stateVersion = "24.05";
}

0 comments on commit d6b24bf

Please sign in to comment.