Merge branch 'main' of github.com:fwastring/nix
This commit is contained in:
commit
bc496c8204
5 changed files with 34 additions and 31 deletions
|
@ -58,6 +58,7 @@
|
|||
fonts.packages = with pkgs; [
|
||||
nerd-fonts.comic-shanns-mono
|
||||
nerd-fonts.fira-code
|
||||
garamond-libre
|
||||
];
|
||||
|
||||
i18n.defaultLocale = "en_US.UTF-8";
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
lib,
|
||||
pkgs,
|
||||
inputs,
|
||||
myhostname,
|
||||
...
|
||||
}:
|
||||
let
|
||||
|
@ -245,6 +246,7 @@ in
|
|||
monitor = [
|
||||
"desc: ASUSTek COMPUTER INC ASUS PA279CV S4LMTF159462 (DP-1), 3840x2160@60, 0x0, 1.5"
|
||||
"desc: ASUSTek COMPUTER INC VG279 JBLMQS021792 (DP-1), 1920x1080@144, 0x0, 1"
|
||||
"eDP-1, 1920x1080@60, 0x0, 1, transform, 2"
|
||||
",prefered,auto,1"
|
||||
];
|
||||
|
||||
|
@ -296,8 +298,8 @@ in
|
|||
};
|
||||
};
|
||||
|
||||
animations = {
|
||||
enabled = true;
|
||||
animations = {
|
||||
enabled = false;
|
||||
bezier = [
|
||||
"linear, 0, 0, 1, 1"
|
||||
"md3_standard, 0.2, 0, 0, 1"
|
||||
|
|
|
@ -33,9 +33,7 @@
|
|||
via
|
||||
drawio
|
||||
freecad-wayland
|
||||
ghostty
|
||||
kdePackages.okular
|
||||
xdg-user-dirs
|
||||
angryipscanner
|
||||
|
||||
# TUI
|
||||
|
|
|
@ -86,6 +86,7 @@
|
|||
|
||||
# Git
|
||||
lazygit
|
||||
hyprpicker
|
||||
|
||||
# Terminal Stuff
|
||||
chawan
|
||||
|
@ -95,6 +96,7 @@
|
|||
typst
|
||||
typstyle
|
||||
tinymist
|
||||
typstfmt
|
||||
websocat
|
||||
nix-search-cli
|
||||
libsixel
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue