a
This commit is contained in:
parent
d3f9ad2710
commit
d506427f01
48
flake.lock
48
flake.lock
@ -1,48 +0,0 @@
|
|||||||
{
|
|
||||||
"nodes": {
|
|
||||||
"home-manager": {
|
|
||||||
"inputs": {
|
|
||||||
"nixpkgs": [
|
|
||||||
"nixpkgs"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"locked": {
|
|
||||||
"lastModified": 1726222338,
|
|
||||||
"narHash": "sha256-KuA8ciNR8qCF3dQaCaeh0JWyQUgEwkwDHr/f49Q5/e8=",
|
|
||||||
"owner": "nix-community",
|
|
||||||
"repo": "home-manager",
|
|
||||||
"rev": "503af483e1b328691ea3a434d331995595fb2e3d",
|
|
||||||
"type": "github"
|
|
||||||
},
|
|
||||||
"original": {
|
|
||||||
"owner": "nix-community",
|
|
||||||
"repo": "home-manager",
|
|
||||||
"type": "github"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"nixpkgs": {
|
|
||||||
"locked": {
|
|
||||||
"lastModified": 1726062873,
|
|
||||||
"narHash": "sha256-IiA3jfbR7K/B5+9byVi9BZGWTD4VSbWe8VLpp9B/iYk=",
|
|
||||||
"owner": "nixos",
|
|
||||||
"repo": "nixpkgs",
|
|
||||||
"rev": "4f807e8940284ad7925ebd0a0993d2a1791acb2f",
|
|
||||||
"type": "github"
|
|
||||||
},
|
|
||||||
"original": {
|
|
||||||
"owner": "nixos",
|
|
||||||
"ref": "nixos-unstable",
|
|
||||||
"repo": "nixpkgs",
|
|
||||||
"type": "github"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"root": {
|
|
||||||
"inputs": {
|
|
||||||
"home-manager": "home-manager",
|
|
||||||
"nixpkgs": "nixpkgs"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"root": "root",
|
|
||||||
"version": 7
|
|
||||||
}
|
|
@ -7,22 +7,6 @@
|
|||||||
pkgs.proton-ge-bin
|
pkgs.proton-ge-bin
|
||||||
];
|
];
|
||||||
|
|
||||||
# fix gamescope inside steam
|
|
||||||
package = pkgs.steam.override {
|
|
||||||
extraPkgs = pkgs:
|
|
||||||
with pkgs; [
|
|
||||||
keyutils
|
|
||||||
libkrb5
|
|
||||||
libpng
|
|
||||||
libpulseaudio
|
|
||||||
libvorbis
|
|
||||||
stdenv.cc.cc.lib
|
|
||||||
xorg.libXcursor
|
|
||||||
xorg.libXi
|
|
||||||
xorg.libXinerama
|
|
||||||
xorg.libXScrnSaver
|
|
||||||
];
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
programs.thunar.enable = true;
|
programs.thunar.enable = true;
|
||||||
programs.gnupg.agent = {
|
programs.gnupg.agent = {
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
security.rtkit.enable = true;
|
security.rtkit.enable = true;
|
||||||
networking.firewall.enable = false;
|
networking.firewall.enable = false;
|
||||||
|
programs.dconf.enable = true;
|
||||||
services.gnome.gnome-keyring.enable = true;
|
services.gnome.gnome-keyring.enable = true;
|
||||||
security.pam.services.i3.enableGnomeKeyring = true;
|
security.pam.services.i3.enableGnomeKeyring = true;
|
||||||
environment.extraInit = ''
|
environment.extraInit = ''
|
||||||
|
@ -6,6 +6,7 @@
|
|||||||
jellyfin-media-player
|
jellyfin-media-player
|
||||||
firefox-bin
|
firefox-bin
|
||||||
pdfpc
|
pdfpc
|
||||||
|
terminator
|
||||||
openssl
|
openssl
|
||||||
qpwgraph
|
qpwgraph
|
||||||
mixxx
|
mixxx
|
||||||
@ -100,16 +101,15 @@
|
|||||||
mypy
|
mypy
|
||||||
pydantic
|
pydantic
|
||||||
poetry-core
|
poetry-core
|
||||||
|
ruff
|
||||||
|
maturin
|
||||||
]
|
]
|
||||||
))
|
))
|
||||||
|
|
||||||
|
|
||||||
ruff
|
|
||||||
|
|
||||||
# Rust
|
# Rust
|
||||||
rustc
|
rustup
|
||||||
cargo
|
|
||||||
gcc
|
gcc
|
||||||
|
gnumake
|
||||||
|
|
||||||
|
|
||||||
];
|
];
|
||||||
|
@ -16,7 +16,12 @@
|
|||||||
programs.obs-studio = {
|
programs.obs-studio = {
|
||||||
enable = true;
|
enable = true;
|
||||||
plugins = with pkgs.obs-studio-plugins; [
|
plugins = with pkgs.obs-studio-plugins; [
|
||||||
|
wlrobs
|
||||||
obs-backgroundremoval
|
obs-backgroundremoval
|
||||||
|
obs-pipewire-audio-capture
|
||||||
|
obs-vkcapture
|
||||||
|
obs-nvfbc
|
||||||
|
|
||||||
];
|
];
|
||||||
#plugins = [ obs-backgroundremoval_1_1_10 ];
|
#plugins = [ obs-backgroundremoval_1_1_10 ];
|
||||||
};
|
};
|
||||||
|
@ -9,7 +9,6 @@
|
|||||||
catppuccin.catppuccin-vsc-icons
|
catppuccin.catppuccin-vsc-icons
|
||||||
golang.go
|
golang.go
|
||||||
vscodevim.vim
|
vscodevim.vim
|
||||||
ms-python.python
|
|
||||||
ms-vscode-remote.remote-ssh
|
ms-vscode-remote.remote-ssh
|
||||||
bbenoist.nix
|
bbenoist.nix
|
||||||
github.copilot
|
github.copilot
|
||||||
|
Loading…
Reference in New Issue
Block a user