oddzielne_pliki_dla_nixpkgs #3
18
.vscode/bookmarks.code-snippets
vendored
18
.vscode/bookmarks.code-snippets
vendored
@@ -61,5 +61,23 @@
|
|||||||
" ];",
|
" ];",
|
||||||
"};"
|
"};"
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
"nix-config": {
|
||||||
|
"scope": "nix",
|
||||||
|
"prefix": "nix-config",
|
||||||
|
"description": "Config do pliku .nix",
|
||||||
|
"body": [
|
||||||
|
"{pkgs, ...}: {}"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"nix-config=nixpkgs": {
|
||||||
|
"scope": "nix",
|
||||||
|
"prefix": "nix-config-nixpkgs",
|
||||||
|
"description": "Config do pliku .nix z nixpkgs",
|
||||||
|
"body": [
|
||||||
|
"{pkgs, ... }: {",
|
||||||
|
" environment.systemPackages = with pkgs; [];",
|
||||||
|
"}",
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
4
.vscode/settings.json
vendored
4
.vscode/settings.json
vendored
@@ -18,7 +18,9 @@
|
|||||||
},
|
},
|
||||||
"editor.formatOnPaste": true,
|
"editor.formatOnPaste": true,
|
||||||
"editor.formatOnSave": true,
|
"editor.formatOnSave": true,
|
||||||
"editor.defaultFormatter": "jnoortheen.nix-ide",
|
"[nix]": {
|
||||||
|
"editor.defaultFormatter": "jnoortheen.nix-ide",
|
||||||
|
},
|
||||||
"[json]": {
|
"[json]": {
|
||||||
"editor.defaultFormatter": "vscode.json-language-features"
|
"editor.defaultFormatter": "vscode.json-language-features"
|
||||||
}
|
}
|
||||||
|
|||||||
117
flake.lock
generated
117
flake.lock
generated
@@ -7,11 +7,11 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1739098586,
|
"lastModified": 1740813555,
|
||||||
"narHash": "sha256-08FW+tVGWQKdiPZqXk6FO1JNB/Zybi7IYSWSGpp8V0Y=",
|
"narHash": "sha256-GvkG6zoBsWgI7pbt92NZjGcOZMYC1C6pW8Lc4W1xMBU=",
|
||||||
"owner": "AdnanHodzic",
|
"owner": "AdnanHodzic",
|
||||||
"repo": "auto-cpufreq",
|
"repo": "auto-cpufreq",
|
||||||
"rev": "e6bbd2c8335a33f25a3fcb3bd2376e790f460ba2",
|
"rev": "6be154724337fa74236ee811150872304db21d8b",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
@@ -96,11 +96,11 @@
|
|||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"dir": "pkgs/firefox-addons",
|
"dir": "pkgs/firefox-addons",
|
||||||
"lastModified": 1739909849,
|
"lastModified": 1741379467,
|
||||||
"narHash": "sha256-BdW/c3AaLtjkF9tisUY4a7YWvKhj4qszwOnvUGXSN4Y=",
|
"narHash": "sha256-f314Ke28BGoVh4TK8FCzlPZgOl+oV7PvLyPF++ln9M4=",
|
||||||
"owner": "rycee",
|
"owner": "rycee",
|
||||||
"repo": "nur-expressions",
|
"repo": "nur-expressions",
|
||||||
"rev": "5d1218489601a269098a180203f4f6d4db3746b9",
|
"rev": "0b95936d94ea2a3ce66538f299351cf0b491aa15",
|
||||||
"type": "gitlab"
|
"type": "gitlab"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
@@ -127,7 +127,6 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"flake-compat": {
|
"flake-compat": {
|
||||||
"flake": false,
|
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1733328505,
|
"lastModified": 1733328505,
|
||||||
"narHash": "sha256-NeCCThCEP3eCl2l/+27kNNK7QrwZB1IJCrXfrbv5oqU=",
|
"narHash": "sha256-NeCCThCEP3eCl2l/+27kNNK7QrwZB1IJCrXfrbv5oqU=",
|
||||||
@@ -142,6 +141,28 @@
|
|||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"flake-parts": {
|
||||||
|
"inputs": {
|
||||||
|
"nixpkgs-lib": [
|
||||||
|
"stylix",
|
||||||
|
"nur",
|
||||||
|
"nixpkgs"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"locked": {
|
||||||
|
"lastModified": 1733312601,
|
||||||
|
"narHash": "sha256-4pDvzqnegAfRkPwO3wmwBhVi/Sye1mzps0zHWYnP88c=",
|
||||||
|
"owner": "hercules-ci",
|
||||||
|
"repo": "flake-parts",
|
||||||
|
"rev": "205b12d8b7cd4802fbcb8e8ef6a0f1408781a4f9",
|
||||||
|
"type": "github"
|
||||||
|
},
|
||||||
|
"original": {
|
||||||
|
"owner": "hercules-ci",
|
||||||
|
"repo": "flake-parts",
|
||||||
|
"type": "github"
|
||||||
|
}
|
||||||
|
},
|
||||||
"flake-utils": {
|
"flake-utils": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1629284811,
|
"lastModified": 1629284811,
|
||||||
@@ -207,11 +228,11 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1735882644,
|
"lastModified": 1737465171,
|
||||||
"narHash": "sha256-3FZAG+pGt3OElQjesCAWeMkQ7C/nB1oTHLRQ8ceP110=",
|
"narHash": "sha256-R10v2hoJRLq8jcL4syVFag7nIGE7m13qO48wRIukWNg=",
|
||||||
"owner": "cachix",
|
"owner": "cachix",
|
||||||
"repo": "git-hooks.nix",
|
"repo": "git-hooks.nix",
|
||||||
"rev": "a5a961387e75ae44cc20f0a57ae463da5e959656",
|
"rev": "9364dc02281ce2d37a1f55b6e51f7c0f65a75f17",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
@@ -266,11 +287,11 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1739913864,
|
"lastModified": 1741378606,
|
||||||
"narHash": "sha256-WhzgQjadrwnwPJQLLxZUUEIxojxa7UWDkf7raAkB1Lw=",
|
"narHash": "sha256-ytDmwV93lZ1f6jswJkxEQz5cBlwje/2rH/yUZDADZNs=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "home-manager",
|
"repo": "home-manager",
|
||||||
"rev": "97ac0801d187b2911e8caa45316399de12f6f199",
|
"rev": "95711f926676018d279ba09fe7530d03b5d5b3e2",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
@@ -282,11 +303,11 @@
|
|||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1739736696,
|
"lastModified": 1741246872,
|
||||||
"narHash": "sha256-zON2GNBkzsIyALlOCFiEBcIjI4w38GYOb+P+R4S8Jsw=",
|
"narHash": "sha256-Q6pMP4a9ed636qilcYX8XUguvKl/0/LGXhHcRI91p0U=",
|
||||||
"owner": "nixos",
|
"owner": "nixos",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "d74a2335ac9c133d6bbec9fc98d91a77f1604c1f",
|
"rev": "10069ef4cf863633f57238f179a0297de84bd8d3",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
@@ -296,6 +317,29 @@
|
|||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"nur": {
|
||||||
|
"inputs": {
|
||||||
|
"flake-parts": "flake-parts",
|
||||||
|
"nixpkgs": [
|
||||||
|
"stylix",
|
||||||
|
"nixpkgs"
|
||||||
|
],
|
||||||
|
"treefmt-nix": "treefmt-nix"
|
||||||
|
},
|
||||||
|
"locked": {
|
||||||
|
"lastModified": 1740408283,
|
||||||
|
"narHash": "sha256-2xECnhgF3MU9YjmvOkrRp8wRFo2OjjewgCtlfckhL5s=",
|
||||||
|
"owner": "nix-community",
|
||||||
|
"repo": "NUR",
|
||||||
|
"rev": "496a4a11162bdffb9a7b258942de138873f019f7",
|
||||||
|
"type": "github"
|
||||||
|
},
|
||||||
|
"original": {
|
||||||
|
"owner": "nix-community",
|
||||||
|
"repo": "NUR",
|
||||||
|
"type": "github"
|
||||||
|
}
|
||||||
|
},
|
||||||
"root": {
|
"root": {
|
||||||
"inputs": {
|
"inputs": {
|
||||||
"auto-cpufreq": "auto-cpufreq",
|
"auto-cpufreq": "auto-cpufreq",
|
||||||
@@ -322,6 +366,7 @@
|
|||||||
"nixpkgs": [
|
"nixpkgs": [
|
||||||
"nixpkgs"
|
"nixpkgs"
|
||||||
],
|
],
|
||||||
|
"nur": "nur",
|
||||||
"systems": "systems",
|
"systems": "systems",
|
||||||
"tinted-foot": "tinted-foot",
|
"tinted-foot": "tinted-foot",
|
||||||
"tinted-kitty": "tinted-kitty",
|
"tinted-kitty": "tinted-kitty",
|
||||||
@@ -330,11 +375,11 @@
|
|||||||
"tinted-zed": "tinted-zed"
|
"tinted-zed": "tinted-zed"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1739909171,
|
"lastModified": 1741381249,
|
||||||
"narHash": "sha256-GmuW8XkOF6lSEQBeXzUCyr6tetbbxX8wpNJlwFqT/9E=",
|
"narHash": "sha256-lr62m73oNjkSX0ar7tPalTSTzaqCsuZCEYyK8mPbXPU=",
|
||||||
"owner": "danth",
|
"owner": "danth",
|
||||||
"repo": "stylix",
|
"repo": "stylix",
|
||||||
"rev": "aeb550add3bfa1ce3ce249c3b3dad71ebb018318",
|
"rev": "4891f1471b682af073574dc51fa4810f1470ef8f",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
@@ -395,11 +440,11 @@
|
|||||||
"tinted-schemes": {
|
"tinted-schemes": {
|
||||||
"flake": false,
|
"flake": false,
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1737565458,
|
"lastModified": 1740351358,
|
||||||
"narHash": "sha256-y+9cvOA6BLKT0WfebDsyUpUa/YxKow9hTjBp6HpQv68=",
|
"narHash": "sha256-Hdk850xgAd3DL8KX0AbyU7tC834d3Lej1jOo3duWiOA=",
|
||||||
"owner": "tinted-theming",
|
"owner": "tinted-theming",
|
||||||
"repo": "schemes",
|
"repo": "schemes",
|
||||||
"rev": "ae31625ba47aeaa4bf6a98cf11a8d4886f9463d9",
|
"rev": "a1bc2bd89e693e7e3f5764cfe8114e2ae150e184",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
@@ -411,11 +456,11 @@
|
|||||||
"tinted-tmux": {
|
"tinted-tmux": {
|
||||||
"flake": false,
|
"flake": false,
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1735737224,
|
"lastModified": 1740272597,
|
||||||
"narHash": "sha256-FO2hRBkZsjlIRqzNHCPc/52yxg11kHGA8MEtSun9RwE=",
|
"narHash": "sha256-/etfUV3HzAaLW3RSJVwUaW8ULbMn3v6wbTlXSKbcoWQ=",
|
||||||
"owner": "tinted-theming",
|
"owner": "tinted-theming",
|
||||||
"repo": "tinted-tmux",
|
"repo": "tinted-tmux",
|
||||||
"rev": "aead506a9930c717ebf81cc83a2126e9ca08fa64",
|
"rev": "b6c7f46c8718cc484f2db8b485b06e2a98304cd0",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
@@ -439,6 +484,28 @@
|
|||||||
"repo": "base16-zed",
|
"repo": "base16-zed",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"treefmt-nix": {
|
||||||
|
"inputs": {
|
||||||
|
"nixpkgs": [
|
||||||
|
"stylix",
|
||||||
|
"nur",
|
||||||
|
"nixpkgs"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"locked": {
|
||||||
|
"lastModified": 1733222881,
|
||||||
|
"narHash": "sha256-JIPcz1PrpXUCbaccEnrcUS8jjEb/1vJbZz5KkobyFdM=",
|
||||||
|
"owner": "numtide",
|
||||||
|
"repo": "treefmt-nix",
|
||||||
|
"rev": "49717b5af6f80172275d47a418c9719a31a78b53",
|
||||||
|
"type": "github"
|
||||||
|
},
|
||||||
|
"original": {
|
||||||
|
"owner": "numtide",
|
||||||
|
"repo": "treefmt-nix",
|
||||||
|
"type": "github"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"root": "root",
|
"root": "root",
|
||||||
|
|||||||
@@ -8,8 +8,16 @@
|
|||||||
./config/hardware.nix
|
./config/hardware.nix
|
||||||
./config/localization.nix
|
./config/localization.nix
|
||||||
./config/networking.nix
|
./config/networking.nix
|
||||||
|
|
||||||
./config/nixpkgs.nix
|
./config/nixpkgs.nix
|
||||||
./config/nixpkgs.codium.nix
|
./config/nixpkgs/clients.nix
|
||||||
|
./config/nixpkgs/codium.nix
|
||||||
|
./config/nixpkgs/fundamentals.nix
|
||||||
|
./config/nixpkgs/gaming.nix
|
||||||
|
./config/nixpkgs/multimedia.nix
|
||||||
|
./config/nixpkgs/tools.nix
|
||||||
|
./config/nixpkgs/tty.nix
|
||||||
|
|
||||||
./config/programs.nix
|
./config/programs.nix
|
||||||
./config/security.nix
|
./config/security.nix
|
||||||
./config/services.nix
|
./config/services.nix
|
||||||
|
|||||||
@@ -48,97 +48,5 @@
|
|||||||
ZANEYOS_VERSION = "2.2";
|
ZANEYOS_VERSION = "2.2";
|
||||||
ZANEYOS = "true";
|
ZANEYOS = "true";
|
||||||
};
|
};
|
||||||
|
|
||||||
systemPackages = with pkgs; [
|
|
||||||
wget
|
|
||||||
killall
|
|
||||||
eza
|
|
||||||
git
|
|
||||||
cmatrix
|
|
||||||
lolcat
|
|
||||||
libvirt
|
|
||||||
lxqt.lxqt-policykit
|
|
||||||
lm_sensors
|
|
||||||
unzip
|
|
||||||
unrar
|
|
||||||
libnotify
|
|
||||||
v4l-utils
|
|
||||||
ydotool
|
|
||||||
duf
|
|
||||||
ncdu
|
|
||||||
wl-clipboard
|
|
||||||
pciutils
|
|
||||||
ffmpeg
|
|
||||||
socat
|
|
||||||
cowsay
|
|
||||||
ripgrep
|
|
||||||
lshw
|
|
||||||
bat
|
|
||||||
pkg-config
|
|
||||||
meson
|
|
||||||
hyprpicker
|
|
||||||
ninja
|
|
||||||
brightnessctl
|
|
||||||
virt-viewer
|
|
||||||
swappy
|
|
||||||
appimage-run
|
|
||||||
networkmanagerapplet
|
|
||||||
yad
|
|
||||||
inxi
|
|
||||||
playerctl
|
|
||||||
nh
|
|
||||||
nixfmt-rfc-style
|
|
||||||
discord
|
|
||||||
libvirt
|
|
||||||
swww
|
|
||||||
grim
|
|
||||||
slurp
|
|
||||||
file-roller
|
|
||||||
swaynotificationcenter
|
|
||||||
imv
|
|
||||||
mpv
|
|
||||||
gimp
|
|
||||||
pavucontrol
|
|
||||||
tree
|
|
||||||
greetd.tuigreet
|
|
||||||
protonup
|
|
||||||
plexamp
|
|
||||||
bitwarden-desktop
|
|
||||||
vlc
|
|
||||||
nixd
|
|
||||||
ungoogled-chromium
|
|
||||||
slack
|
|
||||||
alejandra
|
|
||||||
tutanota-desktop
|
|
||||||
ookla-speedtest
|
|
||||||
rustdesk
|
|
||||||
bun
|
|
||||||
docker
|
|
||||||
docker-compose
|
|
||||||
docker-slim
|
|
||||||
sl
|
|
||||||
nodejs
|
|
||||||
kdePackages.kdenlive
|
|
||||||
galculator
|
|
||||||
obs-studio
|
|
||||||
thefuck
|
|
||||||
cifs-utils
|
|
||||||
libreoffice
|
|
||||||
bastet
|
|
||||||
nsnake
|
|
||||||
exiftool
|
|
||||||
python3
|
|
||||||
figlet
|
|
||||||
fortune
|
|
||||||
wtf
|
|
||||||
pipes
|
|
||||||
cava
|
|
||||||
wineWowPackages.waylandFull # wine64
|
|
||||||
lazydocker
|
|
||||||
lazygit
|
|
||||||
lutris
|
|
||||||
gambit-chess
|
|
||||||
firefoxpwa
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
14
hosts/garand-laptop/config/nixpkgs/clients.nix
Normal file
14
hosts/garand-laptop/config/nixpkgs/clients.nix
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
# Klienty
|
||||||
|
{pkgs, ...}: {
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
|
# rustdesk
|
||||||
|
nextcloud-client
|
||||||
|
plexamp
|
||||||
|
bitwarden-desktop
|
||||||
|
tutanota-desktop
|
||||||
|
discord
|
||||||
|
slack
|
||||||
|
ungoogled-chromium
|
||||||
|
# firefoxpwa
|
||||||
|
];
|
||||||
|
}
|
||||||
@@ -25,7 +25,7 @@
|
|||||||
ms-azuretools.vscode-docker
|
ms-azuretools.vscode-docker
|
||||||
ms-python.debugpy
|
ms-python.debugpy
|
||||||
ms-python.flake8
|
ms-python.flake8
|
||||||
ms-python.python
|
# ms-python.python
|
||||||
ms-python.vscode-pylance
|
ms-python.vscode-pylance
|
||||||
njpwerner.autodocstring
|
njpwerner.autodocstring
|
||||||
octref.vetur
|
octref.vetur
|
||||||
@@ -42,6 +42,12 @@
|
|||||||
yoavbls.pretty-ts-errors
|
yoavbls.pretty-ts-errors
|
||||||
]
|
]
|
||||||
++ pkgs.vscode-utils.extensionsFromVscodeMarketplace [
|
++ pkgs.vscode-utils.extensionsFromVscodeMarketplace [
|
||||||
|
{
|
||||||
|
name = "python";
|
||||||
|
publisher = "ms-python";
|
||||||
|
version = "2025.3.2025030601";
|
||||||
|
hash = "sha256-xK9esQjcdDz8pNgGjB3HUKpwySSykNTXo3ubDW0nBR8=";
|
||||||
|
}
|
||||||
{
|
{
|
||||||
name = "goto-alias";
|
name = "goto-alias";
|
||||||
publisher = "antfu";
|
publisher = "antfu";
|
||||||
@@ -78,12 +84,6 @@
|
|||||||
version = "1.2.7";
|
version = "1.2.7";
|
||||||
hash = "sha256-w3csu6rJm/Z6invC/TR7tx6Aq5DD77VM62nem8/QMlg=";
|
hash = "sha256-w3csu6rJm/Z6invC/TR7tx6Aq5DD77VM62nem8/QMlg=";
|
||||||
}
|
}
|
||||||
{
|
|
||||||
name = "python-extension-pack";
|
|
||||||
publisher = "donjayamanne";
|
|
||||||
version = "1.7.0";
|
|
||||||
hash = "sha256-ewOw6nMVzNSYddLcCBGKVNvllztFwhEtncE2RFeFcOc=";
|
|
||||||
}
|
|
||||||
{
|
{
|
||||||
name = "one-dark-pro-monokai-darker";
|
name = "one-dark-pro-monokai-darker";
|
||||||
publisher = "eserozvataf";
|
publisher = "eserozvataf";
|
||||||
40
hosts/garand-laptop/config/nixpkgs/fundamentals.nix
Normal file
40
hosts/garand-laptop/config/nixpkgs/fundamentals.nix
Normal file
@@ -0,0 +1,40 @@
|
|||||||
|
# Fundamentalne programy dla systemu
|
||||||
|
{pkgs, ...}: {
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
|
wget
|
||||||
|
killall
|
||||||
|
eza
|
||||||
|
git
|
||||||
|
libnotify
|
||||||
|
v4l-utils
|
||||||
|
ydotool
|
||||||
|
duf
|
||||||
|
ncdu
|
||||||
|
wl-clipboard
|
||||||
|
pciutils
|
||||||
|
ffmpeg
|
||||||
|
socat
|
||||||
|
ripgrep
|
||||||
|
lshw
|
||||||
|
bat
|
||||||
|
pkg-config
|
||||||
|
meson
|
||||||
|
ninja
|
||||||
|
brightnessctl
|
||||||
|
swappy
|
||||||
|
appimage-run
|
||||||
|
networkmanagerapplet
|
||||||
|
yad
|
||||||
|
inxi
|
||||||
|
playerctl
|
||||||
|
nh
|
||||||
|
nixfmt-rfc-style
|
||||||
|
file-roller
|
||||||
|
tree
|
||||||
|
nixd
|
||||||
|
alejandra
|
||||||
|
docker
|
||||||
|
docker-compose
|
||||||
|
cifs-utils
|
||||||
|
];
|
||||||
|
}
|
||||||
8
hosts/garand-laptop/config/nixpkgs/gaming.nix
Normal file
8
hosts/garand-laptop/config/nixpkgs/gaming.nix
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
# Narzędzia do gier
|
||||||
|
{pkgs, ...}: {
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
|
protonup
|
||||||
|
wineWowPackages.waylandFull # wine64
|
||||||
|
lutris
|
||||||
|
];
|
||||||
|
}
|
||||||
17
hosts/garand-laptop/config/nixpkgs/multimedia.nix
Normal file
17
hosts/garand-laptop/config/nixpkgs/multimedia.nix
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
# Programy multimedialne
|
||||||
|
{pkgs, ...}: {
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
|
swww
|
||||||
|
grim
|
||||||
|
slurp
|
||||||
|
swaynotificationcenter
|
||||||
|
imv
|
||||||
|
mpv
|
||||||
|
gimp
|
||||||
|
pavucontrol
|
||||||
|
vlc
|
||||||
|
kdePackages.kdenlive
|
||||||
|
obs-studio
|
||||||
|
libreoffice
|
||||||
|
];
|
||||||
|
}
|
||||||
17
hosts/garand-laptop/config/nixpkgs/tools.nix
Normal file
17
hosts/garand-laptop/config/nixpkgs/tools.nix
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
# Narzędzia systemowe
|
||||||
|
{pkgs, ...}: {
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
|
lm_sensors
|
||||||
|
unzip
|
||||||
|
unrar
|
||||||
|
hyprpicker
|
||||||
|
virt-viewer
|
||||||
|
libvirt
|
||||||
|
greetd.tuigreet
|
||||||
|
galculator
|
||||||
|
thefuck
|
||||||
|
lazydocker
|
||||||
|
lazygit
|
||||||
|
docker-slim
|
||||||
|
];
|
||||||
|
}
|
||||||
19
hosts/garand-laptop/config/nixpkgs/tty.nix
Normal file
19
hosts/garand-laptop/config/nixpkgs/tty.nix
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
# Aplikacje terminalowe
|
||||||
|
{pkgs, ...}: {
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
|
gambit-chess
|
||||||
|
tty-solitaire
|
||||||
|
bastet
|
||||||
|
nsnake
|
||||||
|
cmatrix
|
||||||
|
lolcat
|
||||||
|
cowsay
|
||||||
|
sl
|
||||||
|
figlet
|
||||||
|
fortune
|
||||||
|
wtf
|
||||||
|
pipes
|
||||||
|
cava
|
||||||
|
ookla-speedtest
|
||||||
|
];
|
||||||
|
}
|
||||||
File diff suppressed because one or more lines are too long
@@ -104,7 +104,7 @@ in {
|
|||||||
hide_cursor = true;
|
hide_cursor = true;
|
||||||
no_fade_in = false;
|
no_fade_in = false;
|
||||||
};
|
};
|
||||||
background = lib.mkDefault [
|
background = lib.mkForce [
|
||||||
{
|
{
|
||||||
path = "/home/${username}/Pictures/Wallpapers/attack-on-titan-mikasa-ackerman.jpg";
|
path = "/home/${username}/Pictures/Wallpapers/attack-on-titan-mikasa-ackerman.jpg";
|
||||||
blur_passes = 3;
|
blur_passes = 3;
|
||||||
|
|||||||
Reference in New Issue
Block a user