stuff before i modularize

This commit is contained in:
krizej 2024-08-01 12:16:58 +02:00
parent 14a4297c38
commit dd7b391753
4 changed files with 12 additions and 22 deletions

View file

@ -1,13 +1,3 @@
/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": 1720734513, "lastModified": 1722203588,
"narHash": "sha256-neWQ8eNtLTd+YMesb7WjKl1SVCbDyCm46LUgP/g/hdo=", "narHash": "sha256-91V5FMSQ4z9bkhTCf0f86Zjw0bh367daSf0mzCIW0vU=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "90ae324e2c56af10f20549ab72014804a3064c7f", "rev": "792757f643cedc13f02098d8ed506d82e19ec1da",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -22,11 +22,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1720768451, "lastModified": 1722062969,
"narHash": "sha256-EYekUHJE2gxeo2pM/zM9Wlqw1Uw2XTJXOSAO79ksc4Y=", "narHash": "sha256-QOS0ykELUmPbrrUGmegAUlpmUFznDQeR4q7rFhl8eQg=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "7e7c39ea35c5cdd002cd4588b03a3fb9ece6fad9", "rev": "b73c2221a46c13557b1b3be9c2070cc42cf01eb3",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -38,11 +38,11 @@
}, },
"nur": { "nur": {
"locked": { "locked": {
"lastModified": 1720908054, "lastModified": 1722287256,
"narHash": "sha256-nRmtu5zaYvzvonEZaQlORbIoZvctVy3P3YraH/ChzG0=", "narHash": "sha256-A5I4ZAr+uuFS0uHMpH0YvgjMdhk5Hv1t/qDXjv1F7uk=",
"owner": "nix-community", "owner": "nix-community",
"repo": "NUR", "repo": "NUR",
"rev": "fc076c6c1c848d6f950303f937b26d202b23d4b0", "rev": "808f88bb6c63ee120d45a1cfb6c9f27f72a509b7",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -25,14 +25,13 @@ args @ { pkgs, ... }:
time.timeZone = "Europe/Warsaw"; time.timeZone = "Europe/Warsaw";
sound.enable = true;
hardware.pulseaudio.enable = true; hardware.pulseaudio.enable = true;
system.stateVersion = "23.11"; system.stateVersion = "23.11";
users.users.krizej = { users.users.krizej = {
isNormalUser = true; isNormalUser = true;
extraGroups = [ "wheel" "input" ]; extraGroups = [ "wheel" "input" "dialout" ];
}; };
home-manager = { home-manager = {
useGlobalPkgs = true; useGlobalPkgs = true;

View file

@ -72,9 +72,10 @@
wineWowPackages.stable wineWowPackages.stable
winetricks winetricks
kicad
libreoffice-qt libreoffice-qt
gimp gimp
libresprite aseprite
sqlitebrowser sqlitebrowser
feh feh
vlc vlc