sdfg0we5p958tuiogstduhllljfkghs894eOR7utsyrf298479832475892

This commit is contained in:
krizej 2024-07-20 12:44:41 +02:00
parent 4f35052db0
commit 429a09f54b
4 changed files with 29 additions and 10 deletions

View file

@ -1,3 +1,13 @@
/nix/store/r3rnr2z3090jd0aggbyg4vw6zjp5s3kq-autorandr-1.14/bin/.autorandr-wrapped:211: SyntaxWarning: invalid escape sequence '\s'
XRANDR_OUTPUT_REGEXP = """(?x)
/nix/store/r3rnr2z3090jd0aggbyg4vw6zjp5s3kq-autorandr-1.14/bin/.autorandr-wrapped:237: SyntaxWarning: invalid escape sequence '\s'
""" + XRANDR_PROPERTIES_REGEXP + """ | # Properties to include in the profile
/nix/store/r3rnr2z3090jd0aggbyg4vw6zjp5s3kq-autorandr-1.14/bin/.autorandr-wrapped:249: SyntaxWarning: invalid escape sequence '\S'
XRANDR_OUTPUT_MODES_REGEXP = """(?x)
/nix/store/r3rnr2z3090jd0aggbyg4vw6zjp5s3kq-autorandr-1.14/bin/.autorandr-wrapped:593: SyntaxWarning: invalid escape sequence '\s'
version = re.search("xrandr program version\s+([0-9\.]+)", version_string).group(1)
/nix/store/r3rnr2z3090jd0aggbyg4vw6zjp5s3kq-autorandr-1.14/bin/.autorandr-wrapped:889: SyntaxWarning: invalid escape sequence '\+'
match = re.match("(?P<w>[0-9]+)x(?P<h>[0-9]+)(?:\+(?P<x>[0-9]+))?(?:\+(?P<y>[0-9]+))?.*", output.options["panning"])
main: renaming display Left to DisplayPort-2 main: renaming display Left to DisplayPort-2
main: renaming display Right to HDMI-A-0 main: renaming display Right to HDMI-A-0
main (detected) main (detected)

View file

@ -7,11 +7,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1720167120, "lastModified": 1720734513,
"narHash": "sha256-K9JYdlPiyaXp33JRg7CT8rMwH56e4ncXSsXW/YKnNXc=", "narHash": "sha256-neWQ8eNtLTd+YMesb7WjKl1SVCbDyCm46LUgP/g/hdo=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "bbe6e94737289c8cb92d4d8f9199fbfe4f11c0ba", "rev": "90ae324e2c56af10f20549ab72014804a3064c7f",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -22,11 +22,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1720031269, "lastModified": 1720768451,
"narHash": "sha256-rwz8NJZV+387rnWpTYcXaRNvzUSnnF9aHONoJIYmiUQ=", "narHash": "sha256-EYekUHJE2gxeo2pM/zM9Wlqw1Uw2XTJXOSAO79ksc4Y=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "9f4128e00b0ae8ec65918efeba59db998750ead6", "rev": "7e7c39ea35c5cdd002cd4588b03a3fb9ece6fad9",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -38,11 +38,11 @@
}, },
"nur": { "nur": {
"locked": { "locked": {
"lastModified": 1720179576, "lastModified": 1720908054,
"narHash": "sha256-4xPwUqy7DclUIgL7E2LpHLwXRWFZuIvZAIVZGmeOI64=", "narHash": "sha256-nRmtu5zaYvzvonEZaQlORbIoZvctVy3P3YraH/ChzG0=",
"owner": "nix-community", "owner": "nix-community",
"repo": "NUR", "repo": "NUR",
"rev": "d133dd578e4610c60dba865df97ba1f4da282de8", "rev": "fc076c6c1c848d6f950303f937b26d202b23d4b0",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -44,8 +44,9 @@
home-manager.users.krizej.home.packages = with pkgs; [ home-manager.users.krizej.home.packages = with pkgs; [
fortune (fortune.override { withOffensive = true; })
yad yad
cloc
pavucontrol pavucontrol
pamixer pamixer
@ -62,18 +63,25 @@
gmqcc gmqcc
r2modman r2modman
godot_4 godot_4
(pkgs.writeShellScriptBin "homm3" ''
cd ~/games/homm3
wine HD_Launcher.exe
'')
dosbox
wineWowPackages.stable wineWowPackages.stable
winetricks winetricks
libreoffice-qt libreoffice-qt
gimp gimp
libresprite
sqlitebrowser sqlitebrowser
feh feh
vlc vlc
obs-studio obs-studio
yt-dlp yt-dlp
nixd
gdb gdb
ccls ccls
clang-tools clang-tools

View file

@ -1,6 +1,7 @@
i have no idea what i'm doing i have no idea what i'm doing
todo: todo:
- fix autorandr.txt
- fix formatting in pkgs/ - fix formatting in pkgs/
- laptop config - laptop config
- steal poz firefox config - steal poz firefox config