Compare commits
55 Commits
3646963fd9
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
ceabee6188
|
|||
| 87fa4814f9 | |||
|
4c4c5e54a1
|
|||
|
a2db2b1922
|
|||
| cd26a6891e | |||
|
ec8b9eb1b8
|
|||
|
69915d089d
|
|||
|
5b70399dba
|
|||
| 38ce579039 | |||
| cacc3c20a4 | |||
|
390c6e3a3d
|
|||
| b561fe445c | |||
| d5a4f5bdd1 | |||
|
87a09834a2
|
|||
|
0597249641
|
|||
|
8225fd1fe1
|
|||
| e86912da09 | |||
|
dfeb98e31f
|
|||
| 3e1ffba6a6 | |||
|
816001160f
|
|||
|
146fad0ce6
|
|||
|
6ff3e03029
|
|||
|
bba5ff934a
|
|||
|
b9a33095f5
|
|||
|
5d39868542
|
|||
|
7905ca167e
|
|||
| 484999059a | |||
|
3710d953ab
|
|||
|
b1294976dd
|
|||
|
08a5db8508
|
|||
| 73e25a00b6 | |||
|
c5c3a73495
|
|||
|
9283b4a68d
|
|||
|
943112677a
|
|||
| 0ba10a8643 | |||
| fa06263d10 | |||
|
e80dbffebf
|
|||
|
64c6ca6030
|
|||
|
1a0fee83e6
|
|||
|
dba02b91ef
|
|||
| f06352bb31 | |||
| 8bcc91bbab | |||
| 8bd4e7befa | |||
|
b9ba959482
|
|||
|
d5d569dbf5
|
|||
| 2ef3feda04 | |||
|
76ebe4adcf
|
|||
|
c14e2372bb
|
|||
|
41d3711b9b
|
|||
|
ee248079aa
|
|||
|
3793d9d4c3
|
|||
|
d9bac8a433
|
|||
| 29be5b73d4 | |||
|
91702ec7a3
|
|||
|
6a80170d4d
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
tmp/
|
||||||
2
Makefile
2
Makefile
@ -5,7 +5,7 @@ MODE ?= switch
|
|||||||
|
|
||||||
|
|
||||||
EXTRAFLAGS ?=
|
EXTRAFLAGS ?=
|
||||||
FLAGS = --impure --cores $(THREADS) -j $(THREADS) $(EXTRAFLAGS)
|
FLAGS = --impure -j 1 -L $(EXTRAFLAGS)
|
||||||
|
|
||||||
ifdef OFFLINE
|
ifdef OFFLINE
|
||||||
FLAGS += --option binary-caches ''
|
FLAGS += --option binary-caches ''
|
||||||
|
|||||||
163
flake.lock
generated
163
flake.lock
generated
@ -5,11 +5,11 @@
|
|||||||
"nixpkgs": "nixpkgs"
|
"nixpkgs": "nixpkgs"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1778406663,
|
"lastModified": 1784366307,
|
||||||
"narHash": "sha256-jGOtlDJAe0MFoOErIxSFs3TQZ7WaCpUt1qnjJ0HhLfw=",
|
"narHash": "sha256-VKatYOZwLQ+MuNkWH6/gZYxrNeSK1Mqb7mC0H1WSu+M=",
|
||||||
"owner": "catppuccin",
|
"owner": "catppuccin",
|
||||||
"repo": "nix",
|
"repo": "nix",
|
||||||
"rev": "a0fa2f1b901473d8aefb2e3026396e3562c1782c",
|
"rev": "673f730d0fc8db3468c51575f1d3d777cc55e51f",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
@ -18,6 +18,29 @@
|
|||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"dockermcmgr": {
|
||||||
|
"inputs": {
|
||||||
|
"flake-compat": "flake-compat",
|
||||||
|
"nixpkgs": [
|
||||||
|
"nixpkgs"
|
||||||
|
],
|
||||||
|
"systems": "systems",
|
||||||
|
"treefmt-nix": "treefmt-nix"
|
||||||
|
},
|
||||||
|
"locked": {
|
||||||
|
"lastModified": 1782248098,
|
||||||
|
"narHash": "sha256-qIvObIIVv+AGH2cKeqfbAfzAe02xR3gGWa26aQhqW5Q=",
|
||||||
|
"ref": "refs/heads/master",
|
||||||
|
"rev": "c4f3c129f108bb0b8b845b09ada7cda2ce0428c9",
|
||||||
|
"revCount": 42,
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://git.tmoron.fr/tom/dockermcmgr"
|
||||||
|
},
|
||||||
|
"original": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://git.tmoron.fr/tom/dockermcmgr"
|
||||||
|
}
|
||||||
|
},
|
||||||
"firefox-addons": {
|
"firefox-addons": {
|
||||||
"inputs": {
|
"inputs": {
|
||||||
"nixpkgs": [
|
"nixpkgs": [
|
||||||
@ -26,11 +49,11 @@
|
|||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"dir": "pkgs/firefox-addons",
|
"dir": "pkgs/firefox-addons",
|
||||||
"lastModified": 1778385775,
|
"lastModified": 1784402804,
|
||||||
"narHash": "sha256-n0MUvWA2SML/qBB4hpShQ7i+i961MX4oPtaQfYo0+uU=",
|
"narHash": "sha256-NKjHErNuyO2x+YBUNOJy/8uKXfuMX60SLFuvZiMYdA8=",
|
||||||
"owner": "rycee",
|
"owner": "rycee",
|
||||||
"repo": "nur-expressions",
|
"repo": "nur-expressions",
|
||||||
"rev": "268324916742a48cd03b94fd63f2822d6b66d519",
|
"rev": "775bd8e526823ab58efe5d1fc269f2a60c3de2c1",
|
||||||
"type": "gitlab"
|
"type": "gitlab"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
@ -40,6 +63,22 @@
|
|||||||
"type": "gitlab"
|
"type": "gitlab"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"flake-compat": {
|
||||||
|
"flake": false,
|
||||||
|
"locked": {
|
||||||
|
"lastModified": 1767039857,
|
||||||
|
"narHash": "sha256-vNpUSpF5Nuw8xvDLj2KCwwksIbjua2LZCqhV1LNRDns=",
|
||||||
|
"owner": "NixOS",
|
||||||
|
"repo": "flake-compat",
|
||||||
|
"rev": "5edf11c44bc78a0d334f6334cdaf7d60d732daab",
|
||||||
|
"type": "github"
|
||||||
|
},
|
||||||
|
"original": {
|
||||||
|
"owner": "NixOS",
|
||||||
|
"repo": "flake-compat",
|
||||||
|
"type": "github"
|
||||||
|
}
|
||||||
|
},
|
||||||
"home-manager": {
|
"home-manager": {
|
||||||
"inputs": {
|
"inputs": {
|
||||||
"nixpkgs": [
|
"nixpkgs": [
|
||||||
@ -47,26 +86,30 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1778444552,
|
"lastModified": 1784489491,
|
||||||
"narHash": "sha256-f18pIiR9q/p1vHY93gmAum7aHhQOG49oGvAB9+lptRo=",
|
"narHash": "sha256-j9maqjx1T8+ljAVntAdSI5hSGCm77QNZz64JF1rJNu0=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "home-manager",
|
"repo": "home-manager",
|
||||||
"rev": "dcebe66f958673729896eec2de4abfd86ef22d21",
|
"rev": "3139deb8cafbe73b39b24451255b2fdd3426077e",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
|
"ref": "master",
|
||||||
"repo": "home-manager",
|
"repo": "home-manager",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"nixos-hardware": {
|
"nixos-hardware": {
|
||||||
|
"inputs": {
|
||||||
|
"nixpkgs": "nixpkgs_3"
|
||||||
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1778143761,
|
"lastModified": 1784310968,
|
||||||
"narHash": "sha256-lkesY6x2X2qxlqLM7CT2iM/0rP2JB7fruPN3h8POXmI=",
|
"narHash": "sha256-rkSPTePrKqs4dg+i7ZFCq93+HrClac6oSwXX927SVjA=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixos-hardware",
|
"repo": "nixos-hardware",
|
||||||
"rev": "3bcaa367d4c550d687a17ac792fd5cda214ee871",
|
"rev": "779c32a00155994c86cde8213a8dd4df139d4355",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
@ -78,32 +121,58 @@
|
|||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1777954456,
|
"lastModified": 1783279667,
|
||||||
"narHash": "sha256-hGdgeU2Nk87RAuZyYjyDjFL6LK7dAZN5RE9+hrDTkDU=",
|
"narHash": "sha256-2l8yOB5aYd+05Q9V9Y1YhgbSa1j1o5QX+nvYs5FL80A=",
|
||||||
"owner": "NixOS",
|
"rev": "f205b5574fd0cb7da5b702a2da51507b7f4fdd1b",
|
||||||
"repo": "nixpkgs",
|
"type": "tarball",
|
||||||
"rev": "549bd84d6279f9852cae6225e372cc67fb91a4c1",
|
"url": "https://releases.nixos.org/nixpkgs/nixpkgs-26.11pre1028110.f205b5574fd0/nixexprs.tar.xz"
|
||||||
"type": "github"
|
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"owner": "NixOS",
|
"type": "tarball",
|
||||||
"ref": "nixos-unstable",
|
"url": "https://channels.nixos.org/nixpkgs-unstable/nixexprs.tar.xz"
|
||||||
"repo": "nixpkgs",
|
|
||||||
"type": "github"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"nixpkgs_2": {
|
"nixpkgs_2": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1777954456,
|
"lastModified": 1770107345,
|
||||||
"narHash": "sha256-hGdgeU2Nk87RAuZyYjyDjFL6LK7dAZN5RE9+hrDTkDU=",
|
"narHash": "sha256-tbS0Ebx2PiA1FRW8mt8oejR0qMXmziJmPaU1d4kYY9g=",
|
||||||
"owner": "nixos",
|
"owner": "nixos",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "549bd84d6279f9852cae6225e372cc67fb91a4c1",
|
"rev": "4533d9293756b63904b7238acb84ac8fe4c8c2c4",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"owner": "nixos",
|
"owner": "nixos",
|
||||||
"ref": "nixos-unstable",
|
"ref": "nixpkgs-unstable",
|
||||||
|
"repo": "nixpkgs",
|
||||||
|
"type": "github"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"nixpkgs_3": {
|
||||||
|
"locked": {
|
||||||
|
"lastModified": 1767892417,
|
||||||
|
"narHash": "sha256-8bW3q88CEg2u4hSP66Vf4lpbLonHz7hqDNBMcCY7E9U=",
|
||||||
|
"rev": "3497aa5c9457a9d88d71fa93a4a8368816fbeeba",
|
||||||
|
"type": "tarball",
|
||||||
|
"url": "https://releases.nixos.org/nixos/unstable/nixos-26.05pre924538.3497aa5c9457/nixexprs.tar.xz"
|
||||||
|
},
|
||||||
|
"original": {
|
||||||
|
"type": "tarball",
|
||||||
|
"url": "https://channels.nixos.org/nixos-unstable/nixexprs.tar.xz"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"nixpkgs_4": {
|
||||||
|
"locked": {
|
||||||
|
"lastModified": 1784515365,
|
||||||
|
"narHash": "sha256-Qp8SfqvCYHcZewQ4LgD0263yQuaputMceSquLFeza6I=",
|
||||||
|
"owner": "nixos",
|
||||||
|
"repo": "nixpkgs",
|
||||||
|
"rev": "141f212d3652c61515ba4e9478c8093fca278bac",
|
||||||
|
"type": "github"
|
||||||
|
},
|
||||||
|
"original": {
|
||||||
|
"owner": "nixos",
|
||||||
|
"ref": "master",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
@ -111,10 +180,11 @@
|
|||||||
"root": {
|
"root": {
|
||||||
"inputs": {
|
"inputs": {
|
||||||
"catppuccin": "catppuccin",
|
"catppuccin": "catppuccin",
|
||||||
|
"dockermcmgr": "dockermcmgr",
|
||||||
"firefox-addons": "firefox-addons",
|
"firefox-addons": "firefox-addons",
|
||||||
"home-manager": "home-manager",
|
"home-manager": "home-manager",
|
||||||
"nixos-hardware": "nixos-hardware",
|
"nixos-hardware": "nixos-hardware",
|
||||||
"nixpkgs": "nixpkgs_2",
|
"nixpkgs": "nixpkgs_4",
|
||||||
"sops-nix": "sops-nix"
|
"sops-nix": "sops-nix"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -125,11 +195,11 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1777944972,
|
"lastModified": 1783174389,
|
||||||
"narHash": "sha256-VfGRo1qTBKOe3s2gOv8LSoA6Fk19PvBlwQ1ECN0Evn8=",
|
"narHash": "sha256-aCWC8ngycU7OdJrU2+Je3qf+1a2ykuBvpPhZT/9tXMc=",
|
||||||
"owner": "Mic92",
|
"owner": "Mic92",
|
||||||
"repo": "sops-nix",
|
"repo": "sops-nix",
|
||||||
"rev": "c591bf665727040c6cc5cb409079acb22dcce33c",
|
"rev": "f1406619a3884cd5c47992a70b8b35c9c0fcb4c9",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
@ -137,6 +207,39 @@
|
|||||||
"repo": "sops-nix",
|
"repo": "sops-nix",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"systems": {
|
||||||
|
"locked": {
|
||||||
|
"lastModified": 1681028828,
|
||||||
|
"narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
|
||||||
|
"owner": "nix-systems",
|
||||||
|
"repo": "default",
|
||||||
|
"rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
|
||||||
|
"type": "github"
|
||||||
|
},
|
||||||
|
"original": {
|
||||||
|
"owner": "nix-systems",
|
||||||
|
"repo": "default",
|
||||||
|
"type": "github"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"treefmt-nix": {
|
||||||
|
"inputs": {
|
||||||
|
"nixpkgs": "nixpkgs_2"
|
||||||
|
},
|
||||||
|
"locked": {
|
||||||
|
"lastModified": 1780220602,
|
||||||
|
"narHash": "sha256-eynAfOmbmxJnkp7YewvCEbShNnnYJ9gLLqkzsYtBPeM=",
|
||||||
|
"owner": "numtide",
|
||||||
|
"repo": "treefmt-nix",
|
||||||
|
"rev": "db947814a175b7ca6ded66e21383d938df01c227",
|
||||||
|
"type": "github"
|
||||||
|
},
|
||||||
|
"original": {
|
||||||
|
"owner": "numtide",
|
||||||
|
"repo": "treefmt-nix",
|
||||||
|
"type": "github"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"root": "root",
|
"root": "root",
|
||||||
|
|||||||
24
flake.nix
24
flake.nix
@ -6,7 +6,7 @@
|
|||||||
# By: tomoron <tomoron@student.42angouleme.fr> +#+ +:+ +#+ #
|
# By: tomoron <tomoron@student.42angouleme.fr> +#+ +:+ +#+ #
|
||||||
# +#+#+#+#+#+ +#+ #
|
# +#+#+#+#+#+ +#+ #
|
||||||
# Created: 2024/10/17 18:15:24 by tomoron #+# #+# #
|
# Created: 2024/10/17 18:15:24 by tomoron #+# #+# #
|
||||||
# Updated: 2025/12/16 19:01:21 by tomoron ### ########.fr #
|
# Updated: 2026/06/15 02:17:44 by tomoron ### ########.fr #
|
||||||
# #
|
# #
|
||||||
# **************************************************************************** #
|
# **************************************************************************** #
|
||||||
|
|
||||||
@ -14,7 +14,7 @@
|
|||||||
description = "Nixos and home-manager config flake";
|
description = "Nixos and home-manager config flake";
|
||||||
|
|
||||||
inputs = {
|
inputs = {
|
||||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
|
nixpkgs.url = "github:nixos/nixpkgs/master";
|
||||||
catppuccin.url = "github:catppuccin/nix";
|
catppuccin.url = "github:catppuccin/nix";
|
||||||
|
|
||||||
sops-nix = {
|
sops-nix = {
|
||||||
@ -23,7 +23,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
home-manager = {
|
home-manager = {
|
||||||
url = "github:nix-community/home-manager";
|
url = "github:nix-community/home-manager/master";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
nixos-hardware.url = "github:NixOS/nixos-hardware/master";
|
nixos-hardware.url = "github:NixOS/nixos-hardware/master";
|
||||||
@ -33,6 +33,11 @@
|
|||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
dockermcmgr = {
|
||||||
|
url = "git+https://git.tmoron.fr/tom/dockermcmgr";
|
||||||
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
};
|
||||||
|
|
||||||
#plymouth-theme-ycontre-glow = {
|
#plymouth-theme-ycontre-glow = {
|
||||||
# url = "git+file:///home/tom/desktop/bordel/ycontre-glow";
|
# url = "git+file:///home/tom/desktop/bordel/ycontre-glow";
|
||||||
# inputs.nixpkgs.follows = "nixpkgs";
|
# inputs.nixpkgs.follows = "nixpkgs";
|
||||||
@ -43,8 +48,8 @@
|
|||||||
let
|
let
|
||||||
pkgs = import nixpkgs { system = "x86_64-linux"; config.allowUnfree = true; };
|
pkgs = import nixpkgs { system = "x86_64-linux"; config.allowUnfree = true; };
|
||||||
|
|
||||||
osConfig = {flakeName, extraModules ? []}: nixpkgs.lib.nixosSystem {
|
osConfig = {flakeName, minimal ? false, extraModules ? []}: nixpkgs.lib.nixosSystem {
|
||||||
specialArgs = { inherit inputs; flakeName = flakeName; };
|
specialArgs = { inherit inputs; flakeName = flakeName; minimal = minimal; };
|
||||||
modules = nixpkgs.lib.concatLists [
|
modules = nixpkgs.lib.concatLists [
|
||||||
[
|
[
|
||||||
./osConfigs/os.nix
|
./osConfigs/os.nix
|
||||||
@ -56,9 +61,9 @@
|
|||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
homeConfig = {flakeName, sops ? true, extraModules ? [], username ? "tom", homeDir ? "/home/tom"}: home-manager.lib.homeManagerConfiguration {
|
homeConfig = {flakeName, sops ? true, extraModules ? [], username ? "tom", homeDir ? "/home/tom", minimal ? false}: home-manager.lib.homeManagerConfiguration {
|
||||||
inherit pkgs;
|
inherit pkgs;
|
||||||
extraSpecialArgs = { inherit inputs; username = username; homeDir = homeDir; isOs = false; configSops = sops; };
|
extraSpecialArgs = { inherit inputs; username = username; homeDir = homeDir; isOs = false; configSops = sops; minimal = minimal; };
|
||||||
modules = nixpkgs.lib.concatLists [
|
modules = nixpkgs.lib.concatLists [
|
||||||
[
|
[
|
||||||
./homeConfigs/home.nix
|
./homeConfigs/home.nix
|
||||||
@ -71,9 +76,8 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
in {
|
in {
|
||||||
|
|
||||||
nixosConfigurations = {
|
nixosConfigurations = {
|
||||||
server = osConfig {flakeName = "server";};
|
server = osConfig {flakeName = "server"; minimal = true;};
|
||||||
vbox = osConfig {flakeName = "vbox";};
|
vbox = osConfig {flakeName = "vbox";};
|
||||||
laptop = osConfig {flakeName = "laptop"; extraModules = [ nixos-hardware.nixosModules.asus-zephyrus-ga401 ];};
|
laptop = osConfig {flakeName = "laptop"; extraModules = [ nixos-hardware.nixosModules.asus-zephyrus-ga401 ];};
|
||||||
desktop = osConfig {flakeName = "desktop";};
|
desktop = osConfig {flakeName = "desktop";};
|
||||||
@ -94,7 +98,7 @@
|
|||||||
ft = homeConfig { flakeName = "ft"; username = "tomoron"; homeDir = "/home/tomoron"; sops = false;};
|
ft = homeConfig { flakeName = "ft"; username = "tomoron"; homeDir = "/home/tomoron"; sops = false;};
|
||||||
laptop = homeConfig { flakeName = "laptop"; };
|
laptop = homeConfig { flakeName = "laptop"; };
|
||||||
desktop = homeConfig { flakeName = "desktop"; };
|
desktop = homeConfig { flakeName = "desktop"; };
|
||||||
server = homeConfig { flakeName = "server"; };
|
server = homeConfig { flakeName = "server"; minimal = true; };
|
||||||
};
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|||||||
BIN
homeConfigs/assets/lock_screen.jpg
Normal file
BIN
homeConfigs/assets/lock_screen.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 54 KiB |
|
Before Width: | Height: | Size: 797 KiB After Width: | Height: | Size: 797 KiB |
11
homeConfigs/global/alacritty.nix
Normal file
11
homeConfigs/global/alacritty.nix
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
{ ... }:
|
||||||
|
{
|
||||||
|
catppuccin.alacritty.enable = true;
|
||||||
|
programs.alacritty = {
|
||||||
|
enable = true;
|
||||||
|
settings = {
|
||||||
|
env.XTERM = "xterm-256color";
|
||||||
|
font.size = 9;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
||||||
@ -2,6 +2,8 @@
|
|||||||
{
|
{
|
||||||
catppuccin = {
|
catppuccin = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
autoEnable = false;
|
||||||
|
|
||||||
flavor = "mocha";
|
flavor = "mocha";
|
||||||
|
|
||||||
dunst.enable = true;
|
dunst.enable = true;
|
||||||
@ -12,15 +14,16 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
gtk = {
|
gtk = {
|
||||||
gtk4.theme = config.gtk.theme;
|
|
||||||
enable = true;
|
enable = true;
|
||||||
theme = { package = pkgs.flat-remix-gtk; name = "Flat-Remix-GTK-Grey-Darkest"; };
|
theme = { package = pkgs.magnetic-catppuccin-gtk; name = "Catppuccin-GTK-Dark"; };
|
||||||
|
gtk4.theme = config.gtk.theme;
|
||||||
font = { name = "Sans"; size = 11; };
|
font = { name = "Sans"; size = 11; };
|
||||||
};
|
};
|
||||||
|
|
||||||
qt.style.name = "kvantum";
|
qt.style.name = "kvantum";
|
||||||
|
|
||||||
home.pointerCursor = {
|
home.pointerCursor = {
|
||||||
|
enable = true;
|
||||||
gtk.enable = true;
|
gtk.enable = true;
|
||||||
package = pkgs.bibata-cursors;
|
package = pkgs.bibata-cursors;
|
||||||
name = "Bibata-Modern-Classic";
|
name = "Bibata-Modern-Classic";
|
||||||
@ -28,7 +31,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
home.file = {
|
home.file = {
|
||||||
".config/wallpaper.png".source = lib.mkDefault ../utils/wallpaper.png;
|
".config/wallpaper.png".source = lib.mkDefault ../assets/wallpaper.png;
|
||||||
".config/lock_screen.jpg".source = lib.mkDefault ../utils/lock_screen.jpg;
|
".config/lock_screen.jpg".source = lib.mkDefault ../assets/lock_screen.jpg;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,13 +0,0 @@
|
|||||||
{ ... }:
|
|
||||||
{
|
|
||||||
catppuccin = {
|
|
||||||
enable = true;
|
|
||||||
flavor = "mocha";
|
|
||||||
|
|
||||||
dunst.enable = true;
|
|
||||||
dunst.flavor="frappe";
|
|
||||||
|
|
||||||
kvantum.apply = true;
|
|
||||||
rofi.enable = false;
|
|
||||||
};
|
|
||||||
}
|
|
||||||
18
homeConfigs/global/firefox.nix
Normal file
18
homeConfigs/global/firefox.nix
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
{ inputs, config, ... }:
|
||||||
|
{
|
||||||
|
catppuccin.firefox.enable = true;
|
||||||
|
programs.firefox.configPath = "${config.xdg.configHome}/mozilla/firefox";
|
||||||
|
programs.firefox = {
|
||||||
|
enable = true;
|
||||||
|
profiles.default = {
|
||||||
|
extensions.packages = with inputs.firefox-addons.packages."x86_64-linux";
|
||||||
|
[vimium ublock-origin];
|
||||||
|
extensions.force = true;
|
||||||
|
settings = {
|
||||||
|
"extensions.activeThemeID" = "firefox-compact-dark@mozilla.org";
|
||||||
|
"layout.css.prefers-color-scheme.content-override" = 0;
|
||||||
|
"browser.theme.content-theme" = 0;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
||||||
11
homeConfigs/global/game.nix
Normal file
11
homeConfigs/global/game.nix
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
{ pkgs, ... }:
|
||||||
|
{
|
||||||
|
home.packages = with pkgs;[
|
||||||
|
lutris
|
||||||
|
mangohud
|
||||||
|
moonlight-qt
|
||||||
|
prismlauncher
|
||||||
|
|
||||||
|
r2modman
|
||||||
|
];
|
||||||
|
}
|
||||||
25
homeConfigs/global/minimal/git.nix
Normal file
25
homeConfigs/global/minimal/git.nix
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
{ ... }:
|
||||||
|
{
|
||||||
|
programs.git = {
|
||||||
|
enable = true;
|
||||||
|
lfs.enable = true;
|
||||||
|
signing.format = "openpgp";
|
||||||
|
settings = {
|
||||||
|
user.email = "tomoron@student.42angouleme.fr";
|
||||||
|
user.name = "tomoron";
|
||||||
|
init.defaultBranch="master";
|
||||||
|
pull.rebase = true;
|
||||||
|
push.autoSetupRemote = true;
|
||||||
|
rerere.enabled = true;
|
||||||
|
help.autocorrect = 1;
|
||||||
|
|
||||||
|
user.signingkey = "251B4BD73683A8DF13D760A868BFAFE31DF313AD";
|
||||||
|
commit.gpgsign = true;
|
||||||
|
|
||||||
|
alias = {
|
||||||
|
fuck = "!f() { git reset --hard \"@{upstream}\" && git restore . && git clean -f .; };f";
|
||||||
|
back = "reset HEAD~";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
||||||
6
homeConfigs/global/minimal/other.nix
Normal file
6
homeConfigs/global/minimal/other.nix
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
{ lib, ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
catppuccin.enable = lib.mkDefault false;
|
||||||
|
catppuccin.autoEnable = lib.mkDefault false;
|
||||||
|
}
|
||||||
30
homeConfigs/global/minimal/packages.nix
Normal file
30
homeConfigs/global/minimal/packages.nix
Normal file
@ -0,0 +1,30 @@
|
|||||||
|
# **************************************************************************** #
|
||||||
|
# #
|
||||||
|
# ::: :::::::: #
|
||||||
|
# packages.nix :+: :+: :+: #
|
||||||
|
# +:+ +:+ +:+ #
|
||||||
|
# By: tomoron <tomoron@student.42angouleme.fr> +#+ +:+ +#+ #
|
||||||
|
# +#+#+#+#+#+ +#+ #
|
||||||
|
# Created: 2025/02/09 22:01:56 by tomoron #+# #+# #
|
||||||
|
# Updated: 2026/06/14 19:11:25 by tomoron ### ########.fr #
|
||||||
|
# #
|
||||||
|
# **************************************************************************** #
|
||||||
|
|
||||||
|
{ pkgs, ...}:
|
||||||
|
|
||||||
|
{
|
||||||
|
home.packages = with pkgs;[
|
||||||
|
lrzip
|
||||||
|
git
|
||||||
|
lm_sensors
|
||||||
|
wget
|
||||||
|
curl
|
||||||
|
man-pages
|
||||||
|
ffmpeg-full
|
||||||
|
nix-index
|
||||||
|
sops
|
||||||
|
screen
|
||||||
|
btop
|
||||||
|
htop
|
||||||
|
];
|
||||||
|
}
|
||||||
@ -1,4 +1,5 @@
|
|||||||
{ homeDir, ... }:
|
{ homeDir, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
home.shell.enableBashIntegration = true;
|
home.shell.enableBashIntegration = true;
|
||||||
home.shellAliases = {
|
home.shellAliases = {
|
||||||
@ -6,7 +7,6 @@
|
|||||||
grep = "grep --color=auto";
|
grep = "grep --color=auto";
|
||||||
vim = "nvim";
|
vim = "nvim";
|
||||||
vi = "nvim";
|
vi = "nvim";
|
||||||
hl = "Hyprland";
|
|
||||||
clr = "clear";
|
clr = "clear";
|
||||||
noidle = "systemctl --user stop hypridle";
|
noidle = "systemctl --user stop hypridle";
|
||||||
};
|
};
|
||||||
@ -24,4 +24,17 @@
|
|||||||
historyIgnore = [ "ls" "cd" "exit" ];
|
historyIgnore = [ "ls" "cd" "exit" ];
|
||||||
shellOptions = [ "cdspell" "autocd"];
|
shellOptions = [ "cdspell" "autocd"];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
programs.bash.bashrcExtra = ''
|
||||||
|
cd() {
|
||||||
|
builtin cd "$@"
|
||||||
|
echo -n "$PWD" > ~/.last_directory
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
if [ -f ~/.last_directory ] && [ -n "$PS1" ];then
|
||||||
|
echo "going to $(cat ~/.last_directory)"
|
||||||
|
builtin cd "$(cat ~/.last_directory)"
|
||||||
|
fi
|
||||||
|
'';
|
||||||
}
|
}
|
||||||
228
homeConfigs/global/minimal/vim.nix
Normal file
228
homeConfigs/global/minimal/vim.nix
Normal file
@ -0,0 +1,228 @@
|
|||||||
|
# **************************************************************************** #
|
||||||
|
# #
|
||||||
|
# ::: :::::::: #
|
||||||
|
# vim.nix :+: :+: :+: #
|
||||||
|
# +:+ +:+ +:+ #
|
||||||
|
# By: tomoron <tomoron@student.42angouleme.fr> +#+ +:+ +#+ #
|
||||||
|
# +#+#+#+#+#+ +#+ #
|
||||||
|
# Created: 2026/06/14 19:22:40 by tomoron #+# #+# #
|
||||||
|
# Updated: 2026/07/09 14:59:29 by tomoron ### ########.fr #
|
||||||
|
# #
|
||||||
|
# **************************************************************************** #
|
||||||
|
|
||||||
|
{pkgs, ...}:
|
||||||
|
|
||||||
|
{
|
||||||
|
programs.neovim = {
|
||||||
|
enable = true;
|
||||||
|
defaultEditor = true;
|
||||||
|
viAlias = true;
|
||||||
|
vimAlias = true;
|
||||||
|
|
||||||
|
withPython3 = false;
|
||||||
|
withRuby = false;
|
||||||
|
};
|
||||||
|
|
||||||
|
home.packages = with pkgs; [
|
||||||
|
ripgrep
|
||||||
|
];
|
||||||
|
|
||||||
|
programs.neovim.initLua= ''
|
||||||
|
local cmp = require'cmp'
|
||||||
|
|
||||||
|
cmp.setup({
|
||||||
|
experimental = { ghost_text = true },
|
||||||
|
snippet = {
|
||||||
|
expand = function(args)
|
||||||
|
vim.fn["vsnip#anonymous"](args.body) -- For `vsnip` users.
|
||||||
|
end,
|
||||||
|
},
|
||||||
|
|
||||||
|
window = {
|
||||||
|
completion = cmp.config.window.bordered(),
|
||||||
|
documentation = cmp.config.window.bordered(),
|
||||||
|
},
|
||||||
|
|
||||||
|
mapping = cmp.mapping.preset.insert({
|
||||||
|
['<C-b>'] = cmp.mapping.scroll_docs(-4),
|
||||||
|
['<C-f>'] = cmp.mapping.scroll_docs(4),
|
||||||
|
['<C-Space>'] = cmp.mapping.complete(),
|
||||||
|
['<C-e>'] = cmp.mapping.abort(),
|
||||||
|
['<CR>'] = cmp.mapping.confirm({ select = true }), -- Accept currently selected item. Set `select` to `false` to only confirm explicitly selected items.
|
||||||
|
}),
|
||||||
|
|
||||||
|
sources = cmp.config.sources({
|
||||||
|
{ name = 'nvim_lsp' },
|
||||||
|
{ name = 'vsnip' },
|
||||||
|
}, {
|
||||||
|
{ name = 'buffer' },
|
||||||
|
})
|
||||||
|
})
|
||||||
|
|
||||||
|
|
||||||
|
cmp.setup.cmdline({ '/', '?' }, {
|
||||||
|
mapping = cmp.mapping.preset.cmdline(),
|
||||||
|
sources = {
|
||||||
|
{ name = 'buffer' }
|
||||||
|
}
|
||||||
|
})
|
||||||
|
|
||||||
|
cmp.setup.cmdline(':', {
|
||||||
|
mapping = cmp.mapping.preset.cmdline(),
|
||||||
|
sources = cmp.config.sources({
|
||||||
|
{ name = 'path' }
|
||||||
|
}, {
|
||||||
|
{ name = 'cmdline' }
|
||||||
|
}),
|
||||||
|
matching = { disallow_symbol_nonprefix_matching = false }
|
||||||
|
})
|
||||||
|
|
||||||
|
local capabilities = require('cmp_nvim_lsp').default_capabilities()
|
||||||
|
|
||||||
|
local _99 = require("99")
|
||||||
|
|
||||||
|
local cwd = vim.uv.cwd()
|
||||||
|
local basename = vim.fs.basename(cwd)
|
||||||
|
_99.setup({
|
||||||
|
provider = _99.Providers.OpenCodeProvider,
|
||||||
|
model = "ollama/gemma4:26b",
|
||||||
|
logger = {
|
||||||
|
level = _99.DEBUG,
|
||||||
|
path = "/home/tom/99logs/" .. basename .. ".99.debug",
|
||||||
|
print_on_error = true,
|
||||||
|
},
|
||||||
|
tmp_dir = "./tmp",
|
||||||
|
|
||||||
|
--- Completions: #rules and @files in the prompt buffer
|
||||||
|
completion = {
|
||||||
|
--- Configure @file completion (all fields optional, sensible defaults)
|
||||||
|
files = {
|
||||||
|
-- enabled = true,
|
||||||
|
-- max_file_size = 102400, -- bytes, skip files larger than this
|
||||||
|
-- max_files = 5000, -- cap on total discovered files
|
||||||
|
-- exclude = { ".env", ".env.*", "node_modules", ".git", ... },
|
||||||
|
},
|
||||||
|
--- File Discovery:
|
||||||
|
|
||||||
|
source = "cmp", -- "native" (default), "cmp", or "blink"
|
||||||
|
},
|
||||||
|
|
||||||
|
md_files = {
|
||||||
|
-- "AGENT.md",
|
||||||
|
},
|
||||||
|
})
|
||||||
|
|
||||||
|
vim.keymap.set("v", "<leader>9v", function()
|
||||||
|
_99.visual()
|
||||||
|
end)
|
||||||
|
|
||||||
|
vim.keymap.set("n", "<leader>9x", function()
|
||||||
|
_99.stop_all_requests()
|
||||||
|
end)
|
||||||
|
|
||||||
|
vim.keymap.set("n", "<leader>9s", function()
|
||||||
|
_99.search()
|
||||||
|
end)
|
||||||
|
|
||||||
|
vim.keymap.set("n", "<leader>9m", function()
|
||||||
|
require("99.extensions.telescope").select_model()
|
||||||
|
end)
|
||||||
|
|
||||||
|
require "lsp_signature".setup(cfg)
|
||||||
|
'';
|
||||||
|
|
||||||
|
programs.neovim.extraConfig = ''
|
||||||
|
set number
|
||||||
|
autocmd BufWinLeave *.* mkview
|
||||||
|
autocmd BufWinEnter *.* silent! loadview
|
||||||
|
map <silent> <C-N> :bnext<CR>
|
||||||
|
map <silent> <C-P> :bprevious<CR>
|
||||||
|
nmap <silent> <c-k> :wincmd k<CR>
|
||||||
|
nmap <silent> <c-j> :wincmd j<CR>
|
||||||
|
nmap <silent> <c-h> :wincmd h<CR>
|
||||||
|
nmap <silent> <c-l> :wincmd l<CR>
|
||||||
|
set hidden
|
||||||
|
set path +=**
|
||||||
|
set wildmenu
|
||||||
|
set wildignore+=**/node_modules/**
|
||||||
|
|
||||||
|
set scrolloff=10
|
||||||
|
|
||||||
|
set ai
|
||||||
|
set smartindent
|
||||||
|
set tabstop=4
|
||||||
|
set shiftwidth=4
|
||||||
|
filetype plugin indent on
|
||||||
|
|
||||||
|
let mapleader=";"
|
||||||
|
|
||||||
|
autocmd VimEnter * if len(filter(values(g:plugs), '!isdirectory(v:val.dir)'))
|
||||||
|
\| PlugInstall --sync
|
||||||
|
\| endif
|
||||||
|
|
||||||
|
call plug#begin('~/.config/nvim/plugged')
|
||||||
|
Plug 'bling/vim-bufferline'
|
||||||
|
Plug 'nvim-lua/plenary.nvim'
|
||||||
|
Plug 'nvim-telescope/telescope.nvim'
|
||||||
|
Plug 'andweeb/presence.nvim'
|
||||||
|
Plug 'neovim/nvim-lspconfig'
|
||||||
|
Plug 'bluz71/vim-nightfly-colors'
|
||||||
|
Plug 'catppuccin/nvim', { 'as': 'catppuccin' }
|
||||||
|
Plug 'tikhomirov/vim-glsl'
|
||||||
|
Plug 'lambdalisue/nerdfont.vim'
|
||||||
|
Plug 'lambdalisue/glyph-palette.vim'
|
||||||
|
Plug 'lambdalisue/fern-renderer-nerdfont.vim'
|
||||||
|
Plug 'lambdalisue/fern-git-status.vim'
|
||||||
|
Plug 'lambdalisue/fern.vim'
|
||||||
|
Plug 'hrsh7th/nvim-cmp'
|
||||||
|
Plug 'ThePrimeagen/99'
|
||||||
|
Plug 'hrsh7th/cmp-nvim-lsp'
|
||||||
|
Plug 'hrsh7th/cmp-buffer'
|
||||||
|
Plug 'hrsh7th/cmp-path'
|
||||||
|
Plug 'hrsh7th/cmp-cmdline'
|
||||||
|
Plug 'hrsh7th/nvim-cmp'
|
||||||
|
Plug 'ray-x/lsp_signature.nvim'
|
||||||
|
|
||||||
|
Plug 'hrsh7th/cmp-vsnip'
|
||||||
|
Plug 'hrsh7th/vim-vsnip'
|
||||||
|
call plug#end()
|
||||||
|
|
||||||
|
colorscheme catppuccin-mocha
|
||||||
|
|
||||||
|
set signcolumn=auto
|
||||||
|
set exrc
|
||||||
|
|
||||||
|
nnoremap <leader>ff <cmd>Telescope find_files<cr>
|
||||||
|
nnoremap <leader>fg <cmd>Telescope live_grep<cr>
|
||||||
|
nnoremap <leader>fb <cmd>Telescope buffers<cr>
|
||||||
|
nnoremap <leader>fh <cmd>Telescope help_tags<cr>
|
||||||
|
nnoremap <leader>fi <cmd>Fern %:h<cr>
|
||||||
|
|
||||||
|
let g:user42 = 'tomoron'
|
||||||
|
let g:mail42 = 'tomoron@student.42angouleme.fr'
|
||||||
|
let g:fern#renderer = "nerdfont"
|
||||||
|
'';
|
||||||
|
|
||||||
|
home.file = {
|
||||||
|
#set nix indent
|
||||||
|
".config/nvim/after/ftplugin/nix.lua".text= ''
|
||||||
|
vim.bo.shiftwidth = 2
|
||||||
|
vim.bo.tabstop = 2
|
||||||
|
vim.bo.expandtab = true
|
||||||
|
'';
|
||||||
|
|
||||||
|
#install plug.vim
|
||||||
|
".local/share/nvim/site/autoload/plug.vim".source = "${fetchGit {
|
||||||
|
url = "https://github.com/junegunn/vim-plug";
|
||||||
|
rev = "d80f495fabff8446972b8695ba251ca636a047b0";
|
||||||
|
ref = "master";
|
||||||
|
}}/plug.vim";
|
||||||
|
|
||||||
|
#install stdheader 42
|
||||||
|
".config/nvim/plugin/stdheader.vim".source = "${fetchGit {
|
||||||
|
url = "https://github.com/42Paris/42header";
|
||||||
|
rev = "e6e6b191871545e0d43f1aad817070bc806b8fa7";
|
||||||
|
ref = "master";
|
||||||
|
}}/plugin/stdheader.vim";
|
||||||
|
};
|
||||||
|
}
|
||||||
@ -6,7 +6,7 @@
|
|||||||
# By: tomoron <tomoron@student.42angouleme.fr> +#+ +:+ +#+ #
|
# By: tomoron <tomoron@student.42angouleme.fr> +#+ +:+ +#+ #
|
||||||
# +#+#+#+#+#+ +#+ #
|
# +#+#+#+#+#+ +#+ #
|
||||||
# Created: 2025/02/09 22:01:56 by tomoron #+# #+# #
|
# Created: 2025/02/09 22:01:56 by tomoron #+# #+# #
|
||||||
# Updated: 2026/04/25 20:35:24 by tomoron ### ########.fr #
|
# Updated: 2026/06/16 23:07:00 by tomoron ### ########.fr #
|
||||||
# #
|
# #
|
||||||
# **************************************************************************** #
|
# **************************************************************************** #
|
||||||
|
|
||||||
@ -14,28 +14,18 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
home.packages = with pkgs;[
|
home.packages = with pkgs;[
|
||||||
lrzip
|
|
||||||
pigz
|
pigz
|
||||||
htop
|
|
||||||
gnumake
|
|
||||||
git
|
|
||||||
fastfetch
|
fastfetch
|
||||||
clang
|
clang
|
||||||
ninja
|
ninja
|
||||||
gdb
|
gdb
|
||||||
valgrind
|
valgrind
|
||||||
wget
|
|
||||||
cmake
|
cmake
|
||||||
man-pages
|
|
||||||
stress
|
stress
|
||||||
ffmpeg-full
|
|
||||||
ripgrep
|
|
||||||
activate-linux
|
activate-linux
|
||||||
unison
|
|
||||||
brightnessctl
|
brightnessctl
|
||||||
playerctl
|
|
||||||
vlc
|
vlc
|
||||||
nix-index
|
|
||||||
yubikey-manager
|
yubikey-manager
|
||||||
bibata-cursors
|
bibata-cursors
|
||||||
libcaca
|
libcaca
|
||||||
@ -43,9 +33,13 @@
|
|||||||
nerd-fonts.iosevka
|
nerd-fonts.iosevka
|
||||||
compiledb
|
compiledb
|
||||||
yubikey-personalization
|
yubikey-personalization
|
||||||
sops
|
|
||||||
libreoffice
|
libreoffice
|
||||||
doxygen
|
doxygen
|
||||||
qimgv
|
qimgv
|
||||||
|
acpi
|
||||||
|
|
||||||
|
discord
|
||||||
|
google-chrome
|
||||||
|
localsend
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
@ -5,7 +5,7 @@
|
|||||||
theme = "rounded-nord-dark";
|
theme = "rounded-nord-dark";
|
||||||
};
|
};
|
||||||
|
|
||||||
home.file.".local/share/rofi/themes".source = "${builtins.fetchGit {
|
home.file.".local/share/rofi/themes".source = "${fetchGit {
|
||||||
url = "https://github.com/newmanls/rofi-themes-collection";
|
url = "https://github.com/newmanls/rofi-themes-collection";
|
||||||
rev = "c8239a45edced3502894e1716a8b661fdea8f1c9";
|
rev = "c8239a45edced3502894e1716a8b661fdea8f1c9";
|
||||||
ref = "master";
|
ref = "master";
|
||||||
|
|||||||
58
homeConfigs/global/vim.nix
Normal file
58
homeConfigs/global/vim.nix
Normal file
@ -0,0 +1,58 @@
|
|||||||
|
{ pkgs, ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
home.packages = with pkgs; [
|
||||||
|
clang-tools
|
||||||
|
nixd
|
||||||
|
nodejs_24
|
||||||
|
glsl_analyzer
|
||||||
|
opencode
|
||||||
|
(pkgs.python3.withPackages (ps: with ps; [
|
||||||
|
python-lsp-server
|
||||||
|
# pylsp-mypy #tests broken
|
||||||
|
python-lsp-ruff
|
||||||
|
pycodestyle
|
||||||
|
]))
|
||||||
|
];
|
||||||
|
|
||||||
|
programs.neovim.initLua= ''
|
||||||
|
vim.lsp.enable('clangd')
|
||||||
|
vim.lsp.config('clangd', {
|
||||||
|
capabilities = capabilities
|
||||||
|
})
|
||||||
|
|
||||||
|
vim.lsp.enable('nixd')
|
||||||
|
vim.lsp.config('nixd', {
|
||||||
|
capabilities = capabilities
|
||||||
|
})
|
||||||
|
|
||||||
|
vim.lsp.enable('glsl_analyzer')
|
||||||
|
vim.lsp.config('glsl_analyzer', {
|
||||||
|
capabilities = capabilities
|
||||||
|
})
|
||||||
|
|
||||||
|
vim.lsp.enable('pylsp')
|
||||||
|
vim.lsp.config('pylsp', {
|
||||||
|
capabilities = capabilities
|
||||||
|
})
|
||||||
|
|
||||||
|
vim.lsp.enable('rust_analyzer')
|
||||||
|
vim.lsp.config('rust_analyzer', {
|
||||||
|
capabilities = capabilities,
|
||||||
|
settings = {
|
||||||
|
["rust-analyzer"] = {
|
||||||
|
cargo = {
|
||||||
|
features = "all"
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
})
|
||||||
|
|
||||||
|
vim.diagnostic.config({
|
||||||
|
virtual_lines = {
|
||||||
|
current_line = true
|
||||||
|
}
|
||||||
|
})
|
||||||
|
'';
|
||||||
|
|
||||||
|
}
|
||||||
27
homeConfigs/global/wayland/hypridle.nix
Normal file
27
homeConfigs/global/wayland/hypridle.nix
Normal file
@ -0,0 +1,27 @@
|
|||||||
|
{ ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
home.shellAliases.noidle = "systemctl --user stop hypridle";
|
||||||
|
services.hypridle = {
|
||||||
|
enable = true;
|
||||||
|
settings = {
|
||||||
|
general.lock_cmd = "hyprlock";
|
||||||
|
general.before_sleep_cmd = "loginctl lock-session";
|
||||||
|
listener = [
|
||||||
|
{
|
||||||
|
timeout = 300;
|
||||||
|
on-timeout = "brightnessctl -s set 0";
|
||||||
|
on-resume = "brightnessctl -r";
|
||||||
|
}
|
||||||
|
{
|
||||||
|
timeout = 300;
|
||||||
|
on-timeout = "loginctl lock-session";
|
||||||
|
}
|
||||||
|
{
|
||||||
|
timeout = 1800;
|
||||||
|
on-timeout = "systemctl suspend";
|
||||||
|
}
|
||||||
|
];
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
||||||
177
homeConfigs/global/wayland/hyprland.nix
Normal file
177
homeConfigs/global/wayland/hyprland.nix
Normal file
@ -0,0 +1,177 @@
|
|||||||
|
{lib, pkgs, ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
wayland.windowManager.hyprland.systemd.variables = [ "--all" ];
|
||||||
|
|
||||||
|
programs.hyprshot.enable = true;
|
||||||
|
catppuccin.hyprland.enable = false;
|
||||||
|
|
||||||
|
home.shellAliases.hl = "Hyprland";
|
||||||
|
|
||||||
|
wayland.windowManager.hyprland.enable = true;
|
||||||
|
wayland.windowManager.hyprland.configType = "hyprlang";
|
||||||
|
wayland.windowManager.hyprland.settings = {
|
||||||
|
"$mainMod" = "SUPER";
|
||||||
|
bind = [
|
||||||
|
" , Print, exec, hyprshot -m region -o ~/screenshots -f $(date +%Y-%m-%d_%H-%M-%S).png"
|
||||||
|
" SHIFT, Print, exec, hyprshot -m output -m active -o ~/screenshots -f $(date +%Y-%m-%d_%H-%M-%S).png"
|
||||||
|
"$mainMod, Return, exec, alacritty"
|
||||||
|
"CTRL_ALT, Q, killactive,"
|
||||||
|
"CTRL_ALT_SHIFT, Q, forcekillactive,"
|
||||||
|
"SUPER_ALT, Q, exit,"
|
||||||
|
"$mainMod, S, togglefloating,"
|
||||||
|
"$mainMod, I, pin,"
|
||||||
|
"$mainMod, D, exec, ${lib.getExe pkgs.rofi} -show drun -show-icons"
|
||||||
|
"$mainMod SHIFT, D, exec, ${lib.getExe pkgs.rofi} -show run -show-icons"
|
||||||
|
"$mainMod, M, fullscreen, 1"
|
||||||
|
"$mainMod, F, fullscreen, 0"
|
||||||
|
|
||||||
|
# Move focus
|
||||||
|
"$mainMod, h, movefocus, l"
|
||||||
|
"$mainMod, l, movefocus, r"
|
||||||
|
"$mainMod, k, movefocus, u"
|
||||||
|
"$mainMod, j, movefocus, d"
|
||||||
|
|
||||||
|
#swap windows
|
||||||
|
"$mainMod SHIFT, h, swapwindow, l"
|
||||||
|
"$mainMod SHIFT, l, swapwindow, r"
|
||||||
|
"$mainMod SHIFT, k, swapwindow, u"
|
||||||
|
"$mainMod SHIFT, j, swapwindow, d"
|
||||||
|
|
||||||
|
# Switch workspaces with mainMod + [0-9]
|
||||||
|
"$mainMod, 1, workspace, 1"
|
||||||
|
"$mainMod, 2, workspace, 2"
|
||||||
|
"$mainMod, 3, workspace, 3"
|
||||||
|
"$mainMod, 4, workspace, 4"
|
||||||
|
"$mainMod, 5, workspace, 5"
|
||||||
|
"$mainMod, 6, workspace, 6"
|
||||||
|
"$mainMod, 7, workspace, 7"
|
||||||
|
"$mainMod, 8, workspace, 8"
|
||||||
|
"$mainMod, 9, workspace, 9"
|
||||||
|
"$mainMod, 0, workspace, 10"
|
||||||
|
|
||||||
|
# Move active window to a workspace with mainMod + SHIFT + [0-9]
|
||||||
|
"$mainMod SHIFT, 1, movetoworkspacesilent, 1"
|
||||||
|
"$mainMod SHIFT, 2, movetoworkspacesilent, 2"
|
||||||
|
"$mainMod SHIFT, 3, movetoworkspacesilent, 3"
|
||||||
|
"$mainMod SHIFT, 4, movetoworkspacesilent, 4"
|
||||||
|
"$mainMod SHIFT, 5, movetoworkspacesilent, 5"
|
||||||
|
"$mainMod SHIFT, 6, movetoworkspacesilent, 6"
|
||||||
|
"$mainMod SHIFT, 7, movetoworkspacesilent, 7"
|
||||||
|
"$mainMod SHIFT, 8, movetoworkspacesilent, 8"
|
||||||
|
"$mainMod SHIFT, 9, movetoworkspacesilent, 9"
|
||||||
|
"$mainMod SHIFT, 0, movetoworkspacesilent, 10"
|
||||||
|
|
||||||
|
# Scroll through existing workspaces with mainMod + scroll
|
||||||
|
"$mainMod, mouse_down, workspace, e+1"
|
||||||
|
"$mainMod, mouse_up, workspace, e-1"
|
||||||
|
];
|
||||||
|
|
||||||
|
bindm = [ #bind mouse
|
||||||
|
"$mainMod, mouse:272, movewindow"
|
||||||
|
"$mainMod, mouse:273, resizewindow"
|
||||||
|
];
|
||||||
|
|
||||||
|
bindel = [ #repeat and locked
|
||||||
|
" ,XF86AudioRaiseVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+"
|
||||||
|
" ,XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%-"
|
||||||
|
" ,XF86AudioMute, exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle"
|
||||||
|
" ,XF86AudioMicMute, exec, wpctl set-mute @DEFAULT_AUDIO_SOURCE@ toggle"
|
||||||
|
" ,XF86MonBrightnessUp, exec, brightnessctl s 10%+"
|
||||||
|
" ,XF86MonBrightnessDown, exec, brightnessctl s 10%-"
|
||||||
|
" ,XF86KbdBrightnessUp, exec, asusctl -n"
|
||||||
|
" ,XF86KbdBrightnessDown, exec, asusctl -p"
|
||||||
|
];
|
||||||
|
|
||||||
|
bindl = [ #repeat
|
||||||
|
" , XF86AudioNext, exec, ${lib.getExe pkgs.playerctl} next"
|
||||||
|
" , XF86AudioPrev, exec, ${lib.getExe pkgs.playerctl} previous"
|
||||||
|
" , XF86AudioPause, exec, ${lib.getExe pkgs.playerctl} play-pause"
|
||||||
|
" , XF86AudioPlay, exec, ${lib.getExe pkgs.playerctl} play-pause"
|
||||||
|
"$mainMod, n, exec, ${lib.getExe pkgs.playerctl} next"
|
||||||
|
"$mainMod, p, exec, ${lib.getExe pkgs.playerctl} previous"
|
||||||
|
"$mainMod, o, exec, ${lib.getExe pkgs.playerctl} play-pause"
|
||||||
|
];
|
||||||
|
|
||||||
|
windowrule = [
|
||||||
|
"match:class (pinentry-)(.*), stay_focused on"
|
||||||
|
];
|
||||||
|
|
||||||
|
input = {
|
||||||
|
kb_layout = "fr";
|
||||||
|
kb_variant = "us";
|
||||||
|
follow_mouse = 2;
|
||||||
|
kb_options = "caps:none";
|
||||||
|
touchpad.natural_scroll = false;
|
||||||
|
};
|
||||||
|
|
||||||
|
misc = {
|
||||||
|
force_default_wallpaper = 1;
|
||||||
|
disable_hyprland_logo = true;
|
||||||
|
mouse_move_focuses_monitor = false;
|
||||||
|
};
|
||||||
|
|
||||||
|
dwindle = {
|
||||||
|
force_split = 2;
|
||||||
|
};
|
||||||
|
|
||||||
|
animations = {
|
||||||
|
enabled = true;
|
||||||
|
|
||||||
|
bezier = [
|
||||||
|
"easeInOut, 0.77, 0, 0.175, 1"
|
||||||
|
"easeOut, 0.24, 0.66, 0.04, 1"
|
||||||
|
];
|
||||||
|
|
||||||
|
animation = [
|
||||||
|
"windows, 1, 2, easeInOut"
|
||||||
|
"windowsIn, 1, 2, easeInOut, slide"
|
||||||
|
"windowsOut, 1, 2, easeInOut, slide"
|
||||||
|
"fade, 1, 2, easeInOut"
|
||||||
|
"workspaces, 1, 2, easeOut"
|
||||||
|
];
|
||||||
|
};
|
||||||
|
|
||||||
|
decoration = {
|
||||||
|
rounding = 10;
|
||||||
|
|
||||||
|
shadow = {
|
||||||
|
enabled = true;
|
||||||
|
range = 4;
|
||||||
|
render_power = 3;
|
||||||
|
color = "rgba(1a1a1aee)";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
general = {
|
||||||
|
gaps_in = 2;
|
||||||
|
gaps_out = 5;
|
||||||
|
border_size = 1;
|
||||||
|
"col.active_border" = "rgba(33ccffee) rgba(00ff99ee) 45deg";
|
||||||
|
"col.inactive_border" = "rgba(595959aa)";
|
||||||
|
resize_on_border = false;
|
||||||
|
allow_tearing = false;
|
||||||
|
layout = "dwindle";
|
||||||
|
};
|
||||||
|
|
||||||
|
layerrule = {
|
||||||
|
name = "no_anim_for_selection";
|
||||||
|
no_anim = "on";
|
||||||
|
"match:namespace" = "selection";
|
||||||
|
};
|
||||||
|
|
||||||
|
cursor.no_warps = true;
|
||||||
|
|
||||||
|
env = [
|
||||||
|
"HYPRCURSOR_SIZE,17"
|
||||||
|
"HYPRCURSOR_THEME,bibata-modern-classic"
|
||||||
|
];
|
||||||
|
|
||||||
|
exec-once = [
|
||||||
|
"${lib.getExe pkgs.swaybg} -i ~/.config/wallpaper.png&"
|
||||||
|
"(sleep 2;${lib.getExe pkgs.activate-linux})&"
|
||||||
|
"waybar&"
|
||||||
|
"alacritty&"
|
||||||
|
];
|
||||||
|
};
|
||||||
|
}
|
||||||
32
homeConfigs/global/wayland/hyprlock.nix
Normal file
32
homeConfigs/global/wayland/hyprlock.nix
Normal file
@ -0,0 +1,32 @@
|
|||||||
|
{ ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
programs.hyprlock.enable = true;
|
||||||
|
|
||||||
|
catppuccin.hyprlock.enable = false;
|
||||||
|
|
||||||
|
programs.hyprlock.settings = {
|
||||||
|
general = {
|
||||||
|
no_fade_out = true;
|
||||||
|
ignore_empty_input = false;
|
||||||
|
};
|
||||||
|
|
||||||
|
background = {
|
||||||
|
monitor = "";
|
||||||
|
path = "~/.config/lock_screen.jpg";
|
||||||
|
};
|
||||||
|
|
||||||
|
input-field = {
|
||||||
|
monitor = "";
|
||||||
|
size = "300, 50";
|
||||||
|
dot_size = "0.2";
|
||||||
|
dots_fade_time = 100;
|
||||||
|
inner_color = "rgb(139,89,100)";
|
||||||
|
outer_color = "rgb(139,89,100)";
|
||||||
|
outline_thickness = 1;
|
||||||
|
|
||||||
|
fail_transition = "300";
|
||||||
|
fail_text = "learn to write, idiot";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
||||||
31
homeConfigs/global/wayland/hyprsunset.nix
Normal file
31
homeConfigs/global/wayland/hyprsunset.nix
Normal file
@ -0,0 +1,31 @@
|
|||||||
|
{ ... }:
|
||||||
|
{
|
||||||
|
services.hyprsunset.enable = true;
|
||||||
|
services.hyprsunset.settings = {
|
||||||
|
profile = [
|
||||||
|
{
|
||||||
|
time = "9:00";
|
||||||
|
identity = true;
|
||||||
|
gamma = 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
{
|
||||||
|
time = "21:30";
|
||||||
|
temperature = 5000;
|
||||||
|
}
|
||||||
|
{
|
||||||
|
time = "22:30";
|
||||||
|
temperature = 4000;
|
||||||
|
}
|
||||||
|
{
|
||||||
|
time = "23:30";
|
||||||
|
temperature = 3000;
|
||||||
|
}
|
||||||
|
{
|
||||||
|
time = "00:30";
|
||||||
|
temperature = 2000;
|
||||||
|
}
|
||||||
|
|
||||||
|
];
|
||||||
|
};
|
||||||
|
}
|
||||||
24
homeConfigs/global/wayland/logout.nix
Normal file
24
homeConfigs/global/wayland/logout.nix
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
{ pkgs, ... }:
|
||||||
|
{
|
||||||
|
programs.wleave.enable = true;
|
||||||
|
programs.wleave.settings.buttons= [
|
||||||
|
{
|
||||||
|
action = "echo systemctl poweroff";
|
||||||
|
keybind = "y";
|
||||||
|
label = "shutdown";
|
||||||
|
text = "sync and shutdown";
|
||||||
|
}
|
||||||
|
{
|
||||||
|
action = "echo systemctl soft-reboot";
|
||||||
|
keybind = "s";
|
||||||
|
label = "reboot";
|
||||||
|
text = "soft reboot2";
|
||||||
|
}
|
||||||
|
{
|
||||||
|
action = "echo \"touch ~/.nosync && systemctl poweroff\"";
|
||||||
|
keybind = "n";
|
||||||
|
label = "shutdown";
|
||||||
|
text = "shutdown without syncing";
|
||||||
|
}
|
||||||
|
];
|
||||||
|
}
|
||||||
10
homeConfigs/global/wayland/packages.nix
Normal file
10
homeConfigs/global/wayland/packages.nix
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
{ pkgs, lib, config, ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
home.packages = with pkgs; [
|
||||||
|
grim
|
||||||
|
slurp
|
||||||
|
wl-clipboard
|
||||||
|
swaybg
|
||||||
|
];
|
||||||
|
}
|
||||||
19
homeConfigs/global/wayland/waybar/battery.nix
Normal file
19
homeConfigs/global/wayland/waybar/battery.nix
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
{ ... }:
|
||||||
|
{
|
||||||
|
programs.waybar.settings.mainBar = {
|
||||||
|
battery = {
|
||||||
|
bat = "BAT0";
|
||||||
|
full-at = 79;
|
||||||
|
states = {
|
||||||
|
good = 20;
|
||||||
|
critical = 15;
|
||||||
|
};
|
||||||
|
format-time = " {H}:{m}";
|
||||||
|
format-discharging = "{icon} {capacity}%{time}";
|
||||||
|
format-charging = " {capacity}%{time}";
|
||||||
|
format-plugged = "";
|
||||||
|
format-icons = [" " " " " " " " " "];
|
||||||
|
interval = 10;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
||||||
10
homeConfigs/global/wayland/waybar/clock.nix
Normal file
10
homeConfigs/global/wayland/waybar/clock.nix
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
{ ... }:
|
||||||
|
{
|
||||||
|
programs.waybar.settings.mainBar = {
|
||||||
|
clock = {
|
||||||
|
interval = 1;
|
||||||
|
format-alt = "{:%Y-%m-%d}";
|
||||||
|
format = "{:%H:%M:%S}";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
||||||
15
homeConfigs/global/wayland/waybar/cpu.nix
Normal file
15
homeConfigs/global/wayland/waybar/cpu.nix
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
{ ... }:
|
||||||
|
{
|
||||||
|
programs.waybar.settings.mainBar = {
|
||||||
|
cpu = {
|
||||||
|
format = " {usage}%";
|
||||||
|
format-low = "";
|
||||||
|
states = {
|
||||||
|
low = 0;
|
||||||
|
working = 30;
|
||||||
|
high = 80;
|
||||||
|
};
|
||||||
|
interval = 5;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
||||||
12
homeConfigs/global/wayland/waybar/disk.nix
Normal file
12
homeConfigs/global/wayland/waybar/disk.nix
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
{ ... }:
|
||||||
|
{
|
||||||
|
programs.waybar.settings.mainBar = {
|
||||||
|
disk = {
|
||||||
|
format-low ="";
|
||||||
|
format = " {percentage_used}%";
|
||||||
|
states.low = 0;
|
||||||
|
states.warning = 70;
|
||||||
|
states.high= 90;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
||||||
61
homeConfigs/global/wayland/waybar/global_style.nix
Normal file
61
homeConfigs/global/wayland/waybar/global_style.nix
Normal file
@ -0,0 +1,61 @@
|
|||||||
|
{ ... }:
|
||||||
|
{
|
||||||
|
programs.waybar.style = ''
|
||||||
|
* {
|
||||||
|
font-family: "Iosevka Nerd Font";
|
||||||
|
font-size: 14px;
|
||||||
|
background-color: transparent;
|
||||||
|
color: #cdd6f4;
|
||||||
|
}
|
||||||
|
|
||||||
|
.modules-right, #window {
|
||||||
|
border: 1px solid #444444;
|
||||||
|
background-color: #1e1e2e;
|
||||||
|
padding-left: 10px;
|
||||||
|
padding-right: 10px;
|
||||||
|
padding-top: 3px;
|
||||||
|
padding-bottom: 3px;
|
||||||
|
border-radius: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.modules-right .module {
|
||||||
|
margin-left: 4px;
|
||||||
|
margin-right: 4px;
|
||||||
|
background-color: rgba(127, 132, 156, 0.3);
|
||||||
|
padding: 1px 6px;
|
||||||
|
border-radius: 5px;
|
||||||
|
|
||||||
|
transition: background-color 200ms ease;
|
||||||
|
}
|
||||||
|
|
||||||
|
@keyframes red_blink {
|
||||||
|
from { background-color: rgba(127, 132, 156, 0.6); }
|
||||||
|
to { background-color: rgba(193,89,118, 0.5); }
|
||||||
|
}
|
||||||
|
|
||||||
|
#custom-separator {
|
||||||
|
background-color: transparent;
|
||||||
|
margin: 0px;
|
||||||
|
padding: 0px
|
||||||
|
}
|
||||||
|
|
||||||
|
#network, #clock {
|
||||||
|
background-color: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
|
#network.disconnected {
|
||||||
|
color: #f53c3c;
|
||||||
|
font-weight:bold;
|
||||||
|
}
|
||||||
|
|
||||||
|
.module.warning {
|
||||||
|
background-color: rgba(249, 226, 175, 0.4);
|
||||||
|
color: #ffffff;
|
||||||
|
}
|
||||||
|
|
||||||
|
.module.high, .module.critical {
|
||||||
|
background-color: rgba(193,89,118, 0.5);
|
||||||
|
color: #ffffff;
|
||||||
|
}
|
||||||
|
'';
|
||||||
|
}
|
||||||
16
homeConfigs/global/wayland/waybar/memory.nix
Normal file
16
homeConfigs/global/wayland/waybar/memory.nix
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
{ ... }:
|
||||||
|
{
|
||||||
|
programs.waybar.settings.mainBar = {
|
||||||
|
memory = {
|
||||||
|
format = " {}%";
|
||||||
|
format-low = "";
|
||||||
|
interval = 5;
|
||||||
|
states = {
|
||||||
|
low = 0;
|
||||||
|
show = 50;
|
||||||
|
elevated = 80;
|
||||||
|
critical = 95;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
||||||
12
homeConfigs/global/wayland/waybar/music.nix
Normal file
12
homeConfigs/global/wayland/waybar/music.nix
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
{lib, pkgs, ... }:
|
||||||
|
{
|
||||||
|
programs.waybar.settings.mainBar = {
|
||||||
|
"custom/music" = {
|
||||||
|
exec-if = "${lib.getExe pkgs.playerctl} metadata 2>&1 >/dev/null";
|
||||||
|
exec = "${lib.getExe pkgs.playerctl} metadata --format ' {{ artist }} - {{title}}'";
|
||||||
|
interval = 1;
|
||||||
|
interval-if = 5;
|
||||||
|
max-length = 50;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
||||||
12
homeConfigs/global/wayland/waybar/network.nix
Normal file
12
homeConfigs/global/wayland/waybar/network.nix
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
{ ... }:
|
||||||
|
{
|
||||||
|
programs.waybar.settings.mainBar = {
|
||||||
|
network = {
|
||||||
|
format-wifi = "{icon} {essid}";
|
||||||
|
format-ethernet = " {ifname}";
|
||||||
|
format-disconnected = " ";
|
||||||
|
format-icons = [" " " " " " " "];
|
||||||
|
max-length = 20;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
||||||
25
homeConfigs/global/wayland/waybar/pulseaudio.nix
Normal file
25
homeConfigs/global/wayland/waybar/pulseaudio.nix
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
{ lib, pkgs, ... }:
|
||||||
|
{
|
||||||
|
programs.waybar.settings.mainBar = {
|
||||||
|
pulseaudio = {
|
||||||
|
format = "{icon}{volume}%";
|
||||||
|
format-bluetooth = " {icon} {volume}%";
|
||||||
|
format-muted = "";
|
||||||
|
format-icons = {
|
||||||
|
headphones = " ";
|
||||||
|
handsfree = " ";
|
||||||
|
headset = " ";
|
||||||
|
phone = " ";
|
||||||
|
portable = " ";
|
||||||
|
car = " ";
|
||||||
|
default = [" " " " " "];
|
||||||
|
};
|
||||||
|
on-click = "${lib.getExe pkgs.pavucontrol}";
|
||||||
|
states = {
|
||||||
|
low = 79;
|
||||||
|
warning = 99;
|
||||||
|
high = 100000;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
||||||
15
homeConfigs/global/wayland/waybar/temperature.nix
Normal file
15
homeConfigs/global/wayland/waybar/temperature.nix
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
{ lib, ... }:
|
||||||
|
{
|
||||||
|
programs.waybar.settings.mainBar = {
|
||||||
|
temperature = {
|
||||||
|
thermal-zone = lib.mkDefault 0;
|
||||||
|
critical-threshold = lib.mkDefault 85;
|
||||||
|
warning-threshold = lib.mkDefault 60;
|
||||||
|
interval = 5;
|
||||||
|
format = "";
|
||||||
|
format-warning ="{icon} {temperatureC}°C";
|
||||||
|
format-critical ="{icon} {temperatureC}°C";
|
||||||
|
format-icons = ["" "" "" "" ""];
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
||||||
35
homeConfigs/global/wayland/waybar/waybar.nix
Normal file
35
homeConfigs/global/wayland/waybar/waybar.nix
Normal file
@ -0,0 +1,35 @@
|
|||||||
|
{ ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
programs.waybar.enable = true;
|
||||||
|
programs.waybar.settings.mainBar = {
|
||||||
|
layer = "top";
|
||||||
|
position ="top";
|
||||||
|
height = 24;
|
||||||
|
margin-left = 5;
|
||||||
|
margin-right = 5;
|
||||||
|
modules-left = ["hyprland/workspaces" "custom/music"];
|
||||||
|
modules-center = ["hyprland/window"];
|
||||||
|
modules-right = [
|
||||||
|
"disk"
|
||||||
|
"pulseaudio"
|
||||||
|
"cpu"
|
||||||
|
"temperature"
|
||||||
|
"memory"
|
||||||
|
"battery"
|
||||||
|
|
||||||
|
"network"
|
||||||
|
"custom/separator"
|
||||||
|
"clock"
|
||||||
|
];
|
||||||
|
|
||||||
|
"hyprland/window" = {
|
||||||
|
max-length = 50;
|
||||||
|
};
|
||||||
|
|
||||||
|
"custom/separator" = {
|
||||||
|
format = "|";
|
||||||
|
};
|
||||||
|
|
||||||
|
};
|
||||||
|
}
|
||||||
42
homeConfigs/global/wayland/waybar/workspaces.nix
Normal file
42
homeConfigs/global/wayland/waybar/workspaces.nix
Normal file
@ -0,0 +1,42 @@
|
|||||||
|
{ ... }:
|
||||||
|
{
|
||||||
|
programs.waybar.style = ''
|
||||||
|
#workspaces {
|
||||||
|
border: 1px solid #444444;
|
||||||
|
background-color: #1e1e2e;
|
||||||
|
padding-left: 3px;
|
||||||
|
padding-right: 3px;
|
||||||
|
padding-top: 2px;
|
||||||
|
padding-bottom: 2px;
|
||||||
|
border-radius: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#workspaces button {
|
||||||
|
background-color: transparent;
|
||||||
|
padding: 0px 3px;
|
||||||
|
margin: 0px 5px;
|
||||||
|
min-height: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#workspaces button.active {
|
||||||
|
background-color: rgba(127, 132, 156, 0.6);
|
||||||
|
}
|
||||||
|
|
||||||
|
#workspaces button.urgent {
|
||||||
|
animation: red_blink 500ms infinite alternate;
|
||||||
|
color: #ffffff;
|
||||||
|
}
|
||||||
|
|
||||||
|
window#waybar.empty #window {
|
||||||
|
background-color: transparent;
|
||||||
|
border: none;
|
||||||
|
}
|
||||||
|
'';
|
||||||
|
programs.waybar.settings.mainBar = {
|
||||||
|
"hyprland/workspaces" = {
|
||||||
|
disable-scroll = true;
|
||||||
|
all-outputs = false;
|
||||||
|
format = "{id}";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
||||||
@ -6,7 +6,7 @@
|
|||||||
# By: tomoron <tomoron@student.42angouleme.fr> +#+ +:+ +#+ #
|
# By: tomoron <tomoron@student.42angouleme.fr> +#+ +:+ +#+ #
|
||||||
# +#+#+#+#+#+ +#+ #
|
# +#+#+#+#+#+ +#+ #
|
||||||
# Created: 2024/10/17 18:15:38 by tomoron #+# #+# #
|
# Created: 2024/10/17 18:15:38 by tomoron #+# #+# #
|
||||||
# Updated: 2026/04/27 14:18:18 by tomoron ### ########.fr #
|
# Updated: 2026/06/15 01:53:27 by tomoron ### ########.fr #
|
||||||
# #
|
# #
|
||||||
# **************************************************************************** #
|
# **************************************************************************** #
|
||||||
|
|
||||||
@ -16,20 +16,19 @@ username ? "tom",
|
|||||||
homeDir ? "/home/tom",
|
homeDir ? "/home/tom",
|
||||||
isOs ? false,
|
isOs ? false,
|
||||||
configSops ? true,
|
configSops ? true,
|
||||||
|
minimal,
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
|
|
||||||
{
|
{
|
||||||
imports = lib.concatLists [
|
imports = (lib.fileset.toList ./modules)
|
||||||
[ ./packages.nix ]
|
++ (lib.lists.optionals minimal (lib.fileset.toList ./global/minimal))
|
||||||
(lib.fileset.toList ./modules)
|
++ (lib.lists.optionals (!minimal) (lib.fileset.toList ./global));
|
||||||
(lib.fileset.toList ./global)
|
|
||||||
];
|
|
||||||
|
|
||||||
home.username = lib.mkIf (!isOs) "${username}";
|
home.username = lib.mkIf (!isOs) "${username}";
|
||||||
home.homeDirectory = lib.mkIf (!isOs) "${homeDir}";
|
home.homeDirectory = lib.mkIf (!isOs) "${homeDir}";
|
||||||
|
|
||||||
home.stateVersion = "26.05";
|
home.stateVersion = "25.11";
|
||||||
|
|
||||||
sops = lib.mkIf configSops{
|
sops = lib.mkIf configSops{
|
||||||
defaultSopsFile = ../secrets/secrets.yaml;
|
defaultSopsFile = ../secrets/secrets.yaml;
|
||||||
|
|||||||
@ -1,11 +1,6 @@
|
|||||||
{ ... }:
|
{ ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
mods.game.enable = false;
|
|
||||||
mods.hyprland.enable = false;
|
|
||||||
mods.x11.enable = true;
|
|
||||||
programs.firefox.enable = false;
|
|
||||||
|
|
||||||
services.picom = {
|
services.picom = {
|
||||||
backend = "xrender";
|
backend = "xrender";
|
||||||
settings = {
|
settings = {
|
||||||
|
|||||||
@ -1,7 +1,8 @@
|
|||||||
{ ... }:
|
{ lib, pkgs, config, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
mods.x11.enable = true;
|
programs.waybar.settings.mainBar.temperature.thermal-zone = 2;
|
||||||
|
|
||||||
wayland.windowManager.hyprland.settings = {
|
wayland.windowManager.hyprland.settings = {
|
||||||
monitor = [
|
monitor = [
|
||||||
"DP-2, 1920x1080@60Hz, -1920x0, auto"
|
"DP-2, 1920x1080@60Hz, -1920x0, auto"
|
||||||
@ -20,9 +21,9 @@
|
|||||||
"LIBVA_DRIVER_NAME,nvidia"
|
"LIBVA_DRIVER_NAME,nvidia"
|
||||||
"__GLX_VENDOR_LIBRARY_NAME,nvidia"
|
"__GLX_VENDOR_LIBRARY_NAME,nvidia"
|
||||||
];
|
];
|
||||||
|
|
||||||
cursor.no_hardware_cursors = true;
|
cursor.no_hardware_cursors = true;
|
||||||
misc.vrr = 1;
|
misc.vrr = 1;
|
||||||
};
|
};
|
||||||
|
services.hypridle.enable = lib.mkForce false;
|
||||||
mods.hyprland.autoSuspend = false;
|
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,5 +1,4 @@
|
|||||||
{ lib, pkgs, ... }:
|
{ lib, pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
mods.nonChromium.enable = false;
|
|
||||||
}
|
}
|
||||||
|
|||||||
@ -5,14 +5,14 @@
|
|||||||
modules-right = lib.mkBefore ["custom/fans" "custom/dgpu"];
|
modules-right = lib.mkBefore ["custom/fans" "custom/dgpu"];
|
||||||
"custom/dgpu" = {
|
"custom/dgpu" = {
|
||||||
exec-if = "test \"$(supergfxctl -g)\" = \"Hybrid\" || test \"$(supergfxctl -g)\" = \"Vfio\"";
|
exec-if = "test \"$(supergfxctl -g)\" = \"Hybrid\" || test \"$(supergfxctl -g)\" = \"Vfio\"";
|
||||||
exec = "echo \" on |\"";
|
exec = "echo \" on\"";
|
||||||
interval-if = 10;
|
interval-if = 10;
|
||||||
interval = 100;
|
interval = 100;
|
||||||
};
|
};
|
||||||
|
|
||||||
"custom/fans" = {
|
"custom/fans" = {
|
||||||
exec-if = "test \"$(cat /sys/class/hwmon/hwmon6/fan1_input)\" -gt 0 -o \"$(cat /sys/class/hwmon/hwmon6/fan2_input)\" -gt 0";
|
exec-if = "test \"$(cat /sys/class/hwmon/hwmon6/fan1_input)\" -gt 0 -o \"$(cat /sys/class/hwmon/hwmon6/fan2_input)\" -gt 0";
|
||||||
exec = "echo \" \" \"$(cat /sys/class/hwmon/hwmon6/fan1_input).$(cat /sys/class/hwmon/hwmon6/fan2_input) |\"";
|
exec = "echo \" \" \"$(($(cat /sys/class/hwmon/hwmon6/fan1_input) / 100)).$(($(cat /sys/class/hwmon/hwmon6/fan2_input) / 100))\"";
|
||||||
interval = 1;
|
interval = 1;
|
||||||
interval-if = 1;
|
interval-if = 1;
|
||||||
};
|
};
|
||||||
@ -27,13 +27,7 @@
|
|||||||
", XF86Launch1, exec, hyprlock"
|
", XF86Launch1, exec, hyprlock"
|
||||||
", XF86Launch4, exec, pkill activate-linux"
|
", XF86Launch4, exec, pkill activate-linux"
|
||||||
];
|
];
|
||||||
bindl = [
|
|
||||||
# ",switch:off:Lid Switch,exec,hyprctl keyword monitor \"eDP-1, 1920x1080@120, 0x0, 1\""
|
|
||||||
# ",switch:on:Lid Switch,exec,hyprctl keyword monitor \"eDP-1, disable\""
|
|
||||||
|
|
||||||
];
|
|
||||||
monitor= [
|
monitor= [
|
||||||
# "eDP-1, modeline 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync, 0x0, 1"
|
|
||||||
"eDP-1, 1920x1080@120, 0x0, 1"
|
"eDP-1, 1920x1080@120, 0x0, 1"
|
||||||
"HDMI-A-1, 1920x1080@60, auto, auto"
|
"HDMI-A-1, 1920x1080@60, auto, auto"
|
||||||
];
|
];
|
||||||
@ -43,8 +37,6 @@
|
|||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
blender
|
blender
|
||||||
wireshark
|
wireshark
|
||||||
localsend
|
|
||||||
impala
|
|
||||||
];
|
];
|
||||||
|
|
||||||
services.mpris-proxy.enable = true;
|
services.mpris-proxy.enable = true;
|
||||||
|
|||||||
@ -1,12 +1,4 @@
|
|||||||
{ config, lib, pkgs, ... }:
|
{ config, lib, pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
mods.bash.goback = false;
|
|
||||||
wayland.windowManager.hyprland.settings = {
|
|
||||||
monitor= [
|
|
||||||
"virt-1, 1920x1080@60, 0x0, 1.0"
|
|
||||||
];
|
|
||||||
|
|
||||||
env = ["WLR_BACKENDS,headless"];
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,21 +0,0 @@
|
|||||||
{ lib, config, ... }:
|
|
||||||
|
|
||||||
{
|
|
||||||
options.mods.alacritty.enable = lib.mkOption {
|
|
||||||
type = lib.types.bool;
|
|
||||||
default = true;
|
|
||||||
description = "install and config alacritty";
|
|
||||||
};
|
|
||||||
|
|
||||||
config = lib.mkIf config.mods.alacritty.enable {
|
|
||||||
catppuccin.alacritty.enable = true;
|
|
||||||
programs.alacritty = {
|
|
||||||
enable = true;
|
|
||||||
settings = {
|
|
||||||
# window.opacity = 0.95;
|
|
||||||
env.XTERM = "xterm-256color";
|
|
||||||
font.size = 9;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
|
||||||
@ -1,24 +0,0 @@
|
|||||||
{ lib, config, ...}:
|
|
||||||
|
|
||||||
{
|
|
||||||
options.mods.bash.goback = lib.mkOption{
|
|
||||||
type = lib.types.bool;
|
|
||||||
default = true;
|
|
||||||
description = "go back to last cd when starting bash";
|
|
||||||
};
|
|
||||||
|
|
||||||
config.programs.bash.bashrcExtra = lib.mkIf config.mods.bash.goback ''
|
|
||||||
cd() {
|
|
||||||
builtin cd "$@"
|
|
||||||
echo -n "$PWD" > ~/.last_directory
|
|
||||||
}
|
|
||||||
[ -z "\$${PS1:-}" ] && return
|
|
||||||
|
|
||||||
if [ -f ~/.last_directory ];then
|
|
||||||
echo -n going to
|
|
||||||
cat ~/.last_directory
|
|
||||||
echo
|
|
||||||
builtin cd "$(cat ~/.last_directory)"
|
|
||||||
fi
|
|
||||||
'';
|
|
||||||
}
|
|
||||||
@ -1,21 +0,0 @@
|
|||||||
{ config, lib, inputs, ... }:
|
|
||||||
|
|
||||||
{
|
|
||||||
options.mods.firefox.enable = lib.mkOption {
|
|
||||||
type = lib.types.bool;
|
|
||||||
default = true;
|
|
||||||
description = "install and configure firefox";
|
|
||||||
};
|
|
||||||
|
|
||||||
config = lib.mkIf config.mods.firefox.enable {
|
|
||||||
catppuccin.firefox.enable = true;
|
|
||||||
programs.firefox = {
|
|
||||||
enable = lib.mkDefault true;
|
|
||||||
profiles.default = {
|
|
||||||
extensions.packages = with inputs.firefox-addons.packages."x86_64-linux";
|
|
||||||
[vimium ublock-origin];
|
|
||||||
extensions.force = true;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
|
||||||
@ -1,20 +0,0 @@
|
|||||||
{ config, lib, pkgs, ... }:
|
|
||||||
|
|
||||||
{
|
|
||||||
options.mods.game.enable = lib.mkOption {
|
|
||||||
type = lib.types.bool;
|
|
||||||
default = true;
|
|
||||||
description = "install packages for games (except steam , it's installed systemwide)";
|
|
||||||
};
|
|
||||||
|
|
||||||
config = lib.mkIf config.mods.game.enable {
|
|
||||||
home.packages = with pkgs;[
|
|
||||||
lutris
|
|
||||||
mangohud
|
|
||||||
moonlight-qt
|
|
||||||
prismlauncher
|
|
||||||
|
|
||||||
r2modman
|
|
||||||
];
|
|
||||||
};
|
|
||||||
}
|
|
||||||
@ -1,34 +0,0 @@
|
|||||||
{ config, lib, ... }:
|
|
||||||
|
|
||||||
{
|
|
||||||
options.mods.git.enable = lib.mkOption {
|
|
||||||
type = lib.types.bool;
|
|
||||||
default = true;
|
|
||||||
description = "git configuration";
|
|
||||||
};
|
|
||||||
|
|
||||||
config = lib.mkIf config.mods.git.enable {
|
|
||||||
programs.git = {
|
|
||||||
enable = true;
|
|
||||||
lfs.enable = true;
|
|
||||||
signing.format = "openpgp";
|
|
||||||
settings = {
|
|
||||||
user.email = "tomoron@student.42angouleme.fr";
|
|
||||||
user.name = "tomoron";
|
|
||||||
init.defaultBranch="master";
|
|
||||||
pull.rebase = true;
|
|
||||||
push.autoSetupRemote = true;
|
|
||||||
rerere.enabled = true;
|
|
||||||
help.autocorrect = 1;
|
|
||||||
|
|
||||||
user.signingkey = "251B4BD73683A8DF13D760A868BFAFE31DF313AD";
|
|
||||||
commit.gpgsign = true;
|
|
||||||
|
|
||||||
alias = {
|
|
||||||
fuck = "!f() { git reset --hard \"@{upstream}\" && git restore . && git clean -f .; };f";
|
|
||||||
back = "reset HEAD~";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
|
||||||
@ -1,16 +0,0 @@
|
|||||||
{ config, lib, pkgs, ... }:
|
|
||||||
|
|
||||||
{
|
|
||||||
options.mods.nonChromium.enable = lib.mkOption {
|
|
||||||
type = lib.types.bool;
|
|
||||||
default = true;
|
|
||||||
description = "all chromium/electron based application can't be built by act-runner, so they can't be in the iso";
|
|
||||||
};
|
|
||||||
|
|
||||||
config = lib.mkIf config.mods.nonChromium.enable {
|
|
||||||
home.packages = with pkgs;[
|
|
||||||
discord
|
|
||||||
google-chrome
|
|
||||||
];
|
|
||||||
};
|
|
||||||
}
|
|
||||||
@ -1,7 +1,7 @@
|
|||||||
{ lib, config, ... }:
|
{ lib, config, pkgs, ... }:
|
||||||
|
|
||||||
let
|
let
|
||||||
defPathLst = ["desktop" "42_desktop" "Downloads"];
|
defPathLst = [ "desktop" "42_desktop" ];
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
options.mods.sync = {
|
options.mods.sync = {
|
||||||
@ -19,7 +19,7 @@ in
|
|||||||
|
|
||||||
destFolder = lib.mkOption {
|
destFolder = lib.mkOption {
|
||||||
type = lib.types.str;
|
type = lib.types.str;
|
||||||
default = "/raid/pc_sync";
|
default = "/raid/crit/pc_sync";
|
||||||
description = "where on the server";
|
description = "where on the server";
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -41,8 +41,9 @@ in
|
|||||||
description = "hostname used by unison";
|
description = "hostname used by unison";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
config = lib.mkIf config.mods.sync.enable {
|
||||||
config.home.file.".unison/default.prf" = lib.mkIf config.mods.sync.enable {
|
home.packages = with pkgs;[ unison ];
|
||||||
|
home.file.".unison/default.prf" = {
|
||||||
text = (lib.strings.concatStrings [''
|
text = (lib.strings.concatStrings [''
|
||||||
auto=true
|
auto=true
|
||||||
root=${config.mods.sync.homeFolder}
|
root=${config.mods.sync.homeFolder}
|
||||||
@ -52,4 +53,5 @@ in
|
|||||||
(if !(isNull config.mods.sync.customHostName) then "\nclientHostName=${config.mods.sync.customHostName}" else "")
|
(if !(isNull config.mods.sync.customHostName) then "\nclientHostName=${config.mods.sync.customHostName}" else "")
|
||||||
]);
|
]);
|
||||||
};
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,228 +0,0 @@
|
|||||||
{config, lib, pkgs, ...}:
|
|
||||||
|
|
||||||
{
|
|
||||||
options.mods.vim.enable = lib.mkOption {
|
|
||||||
type = lib.types.bool;
|
|
||||||
default = true;
|
|
||||||
description = "install and configure vim";
|
|
||||||
};
|
|
||||||
|
|
||||||
config = lib.mkIf config.mods.vim.enable {
|
|
||||||
programs.neovim = {
|
|
||||||
enable = true;
|
|
||||||
defaultEditor = true;
|
|
||||||
viAlias = true;
|
|
||||||
vimAlias = true;
|
|
||||||
};
|
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
|
||||||
clang-tools
|
|
||||||
nixd
|
|
||||||
rust-analyzer
|
|
||||||
nodejs_24
|
|
||||||
glsl_analyzer
|
|
||||||
(pkgs.python3.withPackages (ps: with ps; [
|
|
||||||
python-lsp-server
|
|
||||||
pylsp-mypy
|
|
||||||
python-lsp-ruff
|
|
||||||
pycodestyle
|
|
||||||
]))
|
|
||||||
];
|
|
||||||
|
|
||||||
# programs.neovim.extraLuaConfig = ''
|
|
||||||
# vim.lsp.config('pylsp', {})
|
|
||||||
# '';
|
|
||||||
|
|
||||||
programs.neovim.initLua= ''
|
|
||||||
local cmp = require'cmp'
|
|
||||||
cmp.setup({
|
|
||||||
snippet = {
|
|
||||||
expand = function(args)
|
|
||||||
vim.fn["vsnip#anonymous"](args.body) -- For `vsnip` users.
|
|
||||||
end,
|
|
||||||
},
|
|
||||||
|
|
||||||
window = {
|
|
||||||
completion = cmp.config.window.bordered(),
|
|
||||||
documentation = cmp.config.window.bordered(),
|
|
||||||
},
|
|
||||||
|
|
||||||
mapping = cmp.mapping.preset.insert({
|
|
||||||
['<C-b>'] = cmp.mapping.scroll_docs(-4),
|
|
||||||
['<C-f>'] = cmp.mapping.scroll_docs(4),
|
|
||||||
['<C-Space>'] = cmp.mapping.complete(),
|
|
||||||
['<C-e>'] = cmp.mapping.abort(),
|
|
||||||
['<CR>'] = cmp.mapping.confirm({ select = true }), -- Accept currently selected item. Set `select` to `false` to only confirm explicitly selected items.
|
|
||||||
}),
|
|
||||||
|
|
||||||
sources = cmp.config.sources({
|
|
||||||
{ name = 'nvim_lsp' },
|
|
||||||
{ name = 'vsnip' },
|
|
||||||
}, {
|
|
||||||
{ name = 'buffer' },
|
|
||||||
})
|
|
||||||
})
|
|
||||||
|
|
||||||
-- To use git you need to install the plugin petertriho/cmp-git and uncomment lines below
|
|
||||||
-- Set configuration for specific filetype.
|
|
||||||
--[[ cmp.setup.filetype('gitcommit', {
|
|
||||||
sources = cmp.config.sources({
|
|
||||||
{ name = 'git' },
|
|
||||||
}, {
|
|
||||||
{ name = 'buffer' },
|
|
||||||
})
|
|
||||||
})
|
|
||||||
require("cmp_git").setup() ]]--
|
|
||||||
|
|
||||||
-- Use buffer source for `/` and `?` (if you enabled `native_menu`, this won't work anymore).
|
|
||||||
cmp.setup.cmdline({ '/', '?' }, {
|
|
||||||
mapping = cmp.mapping.preset.cmdline(),
|
|
||||||
sources = {
|
|
||||||
{ name = 'buffer' }
|
|
||||||
}
|
|
||||||
})
|
|
||||||
|
|
||||||
cmp.setup.cmdline(':', {
|
|
||||||
mapping = cmp.mapping.preset.cmdline(),
|
|
||||||
sources = cmp.config.sources({
|
|
||||||
{ name = 'path' }
|
|
||||||
}, {
|
|
||||||
{ name = 'cmdline' }
|
|
||||||
}),
|
|
||||||
matching = { disallow_symbol_nonprefix_matching = false }
|
|
||||||
})
|
|
||||||
|
|
||||||
local capabilities = require('cmp_nvim_lsp').default_capabilities()
|
|
||||||
|
|
||||||
vim.lsp.enable('clangd')
|
|
||||||
vim.lsp.config('clangd', {
|
|
||||||
capabilities = capabilities
|
|
||||||
})
|
|
||||||
|
|
||||||
vim.lsp.enable('nixd')
|
|
||||||
vim.lsp.config('nixd', {
|
|
||||||
capabilities = capabilities
|
|
||||||
})
|
|
||||||
|
|
||||||
vim.lsp.enable('glsl_analyzer')
|
|
||||||
vim.lsp.config('glsl_analyzer', {
|
|
||||||
capabilities = capabilities
|
|
||||||
})
|
|
||||||
|
|
||||||
vim.lsp.enable('pylsp')
|
|
||||||
vim.lsp.config('pylsp', {
|
|
||||||
capabilities = capabilities
|
|
||||||
})
|
|
||||||
|
|
||||||
vim.lsp.enable('rust_analyzer')
|
|
||||||
vim.lsp.config('rust_analyzer', {
|
|
||||||
capabilities = capabilities,
|
|
||||||
settings = {
|
|
||||||
["rust-analyzer"] = {
|
|
||||||
cargo = {
|
|
||||||
features = "all"
|
|
||||||
},
|
|
||||||
},
|
|
||||||
},
|
|
||||||
})
|
|
||||||
|
|
||||||
vim.diagnostic.config({
|
|
||||||
virtual_lines = {
|
|
||||||
current_line = true
|
|
||||||
}
|
|
||||||
})
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
'';
|
|
||||||
|
|
||||||
programs.neovim.extraConfig = ''
|
|
||||||
set number
|
|
||||||
set ai
|
|
||||||
autocmd BufWinLeave *.* mkview
|
|
||||||
autocmd BufWinEnter *.* silent! loadview
|
|
||||||
set tabstop=4
|
|
||||||
set scrolloff=10
|
|
||||||
set smartindent
|
|
||||||
set shiftwidth=4
|
|
||||||
map <silent> <C-N> :bnext<CR>
|
|
||||||
map <silent> <C-P> :bprevious<CR>
|
|
||||||
nmap <silent> <c-k> :wincmd k<CR>
|
|
||||||
nmap <silent> <c-j> :wincmd j<CR>
|
|
||||||
nmap <silent> <c-h> :wincmd h<CR>
|
|
||||||
nmap <silent> <c-l> :wincmd l<CR>
|
|
||||||
set hidden
|
|
||||||
set path +=**
|
|
||||||
set wildmenu
|
|
||||||
set wildignore+=**/node_modules/**
|
|
||||||
|
|
||||||
let mapleader=";"
|
|
||||||
|
|
||||||
autocmd VimEnter * if len(filter(values(g:plugs), '!isdirectory(v:val.dir)'))
|
|
||||||
\| PlugInstall --sync
|
|
||||||
\| endif
|
|
||||||
|
|
||||||
call plug#begin('~/.config/nvim/plugged')
|
|
||||||
Plug 'bling/vim-bufferline'
|
|
||||||
Plug 'nvim-lua/plenary.nvim'
|
|
||||||
Plug 'nvim-telescope/telescope.nvim'
|
|
||||||
Plug 'andweeb/presence.nvim'
|
|
||||||
Plug 'neovim/nvim-lspconfig'
|
|
||||||
Plug 'bluz71/vim-nightfly-colors'
|
|
||||||
Plug 'catppuccin/nvim', { 'as': 'catppuccin' }
|
|
||||||
Plug 'tikhomirov/vim-glsl'
|
|
||||||
Plug 'lambdalisue/nerdfont.vim'
|
|
||||||
Plug 'lambdalisue/glyph-palette.vim'
|
|
||||||
Plug 'lambdalisue/fern-renderer-nerdfont.vim'
|
|
||||||
Plug 'lambdalisue/fern-git-status.vim'
|
|
||||||
Plug 'lambdalisue/fern.vim'
|
|
||||||
Plug 'hrsh7th/nvim-cmp'
|
|
||||||
Plug 'ThePrimeagen/99'
|
|
||||||
Plug 'hrsh7th/cmp-nvim-lsp'
|
|
||||||
Plug 'hrsh7th/cmp-buffer'
|
|
||||||
Plug 'hrsh7th/cmp-path'
|
|
||||||
Plug 'hrsh7th/cmp-cmdline'
|
|
||||||
Plug 'hrsh7th/nvim-cmp'
|
|
||||||
|
|
||||||
Plug 'hrsh7th/cmp-vsnip'
|
|
||||||
Plug 'hrsh7th/vim-vsnip'
|
|
||||||
call plug#end()
|
|
||||||
|
|
||||||
colorscheme catppuccin-mocha
|
|
||||||
|
|
||||||
set signcolumn=auto
|
|
||||||
|
|
||||||
nnoremap <leader>ff <cmd>Telescope find_files<cr>
|
|
||||||
nnoremap <leader>fg <cmd>Telescope live_grep<cr>
|
|
||||||
nnoremap <leader>fb <cmd>Telescope buffers<cr>
|
|
||||||
nnoremap <leader>fh <cmd>Telescope help_tags<cr>
|
|
||||||
nnoremap <leader>fi <cmd>Fern %:h<cr>
|
|
||||||
|
|
||||||
let g:user42 = 'tomoron'
|
|
||||||
let g:mail42 = 'tomoron@student.42angouleme.fr'
|
|
||||||
let g:fern#renderer = "nerdfont"
|
|
||||||
|
|
||||||
'';
|
|
||||||
|
|
||||||
home.file = {
|
|
||||||
#install plug.vim
|
|
||||||
".local/share/nvim/site/autoload/plug.vim".source = "${fetchGit {
|
|
||||||
url = "https://github.com/junegunn/vim-plug";
|
|
||||||
rev = "d80f495fabff8446972b8695ba251ca636a047b0";
|
|
||||||
ref = "master";
|
|
||||||
}}/plug.vim";
|
|
||||||
|
|
||||||
#install stdheader 42
|
|
||||||
".config/nvim/plugin/stdheader.vim".source = "${fetchGit {
|
|
||||||
url = "https://github.com/42Paris/42header";
|
|
||||||
rev = "e6e6b191871545e0d43f1aad817070bc806b8fa7";
|
|
||||||
ref = "master";
|
|
||||||
}}/plugin/stdheader.vim";
|
|
||||||
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
|
||||||
@ -1,33 +0,0 @@
|
|||||||
{ lib, config, ... }:
|
|
||||||
|
|
||||||
{
|
|
||||||
options.mods.hyprland.autoSuspend = lib.mkOption {
|
|
||||||
type = lib.types.bool;
|
|
||||||
default = true;
|
|
||||||
description = "enable hypridle suspend after 10min";
|
|
||||||
};
|
|
||||||
|
|
||||||
config = lib.mkIf config.mods.hyprland.enable {
|
|
||||||
services.hypridle = {
|
|
||||||
enable = true;
|
|
||||||
settings = {
|
|
||||||
general.lock_cmd = "hyprlock";
|
|
||||||
general.before_sleep_cmd = "loginctl lock-session";
|
|
||||||
listener = [
|
|
||||||
{
|
|
||||||
timeout = 300;
|
|
||||||
on-timeout = "brightnessctl -s set 0";
|
|
||||||
on-resume = "brightnessctl -r";
|
|
||||||
}
|
|
||||||
{
|
|
||||||
timeout = 300;
|
|
||||||
on-timeout = "loginctl lock-session";
|
|
||||||
}
|
|
||||||
] ++ lib.lists.optional config.mods.hyprland.autoSuspend {
|
|
||||||
timeout = 600;
|
|
||||||
on-timeout = "systemctl suspend";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
|
||||||
@ -1,192 +0,0 @@
|
|||||||
{ config, lib, pkgs, ... }:
|
|
||||||
|
|
||||||
{
|
|
||||||
options.mods.hyprland.enable = lib.mkOption {
|
|
||||||
type = lib.types.bool;
|
|
||||||
default = true;
|
|
||||||
description = "install and configure hyprland and others";
|
|
||||||
};
|
|
||||||
|
|
||||||
config = lib.mkIf config.mods.hyprland.enable {
|
|
||||||
wayland.windowManager.hyprland.systemd.variables = [ "--all" ];
|
|
||||||
|
|
||||||
programs.hyprshot.enable = true;
|
|
||||||
|
|
||||||
wayland.windowManager.hyprland.enable = true;
|
|
||||||
wayland.windowManager.hyprland.settings = {
|
|
||||||
"$mainMod" = "SUPER";
|
|
||||||
bind = [
|
|
||||||
" , Print, exec, hyprshot -m region -o ~/screenshots -f $(date +%Y-%m-%d_%H-%M-%S).png"
|
|
||||||
" SHIFT, Print, exec, hyprshot -m output -m active -o ~/screenshots -f $(date +%Y-%m-%d_%H-%M-%S).png"
|
|
||||||
"$mainMod, Return, exec, alacritty"
|
|
||||||
"CTRL_ALT, Q, killactive,"
|
|
||||||
"CTRL_ALT_SHIFT, Q, forcekillactive,"
|
|
||||||
"SUPER_ALT, Q, exit,"
|
|
||||||
"$mainMod, S, togglefloating,"
|
|
||||||
"$mainMod, I, pin,"
|
|
||||||
"$mainMod, D, exec, rofi -show drun -show-icons"
|
|
||||||
"$mainMod SHIFT, D, exec, rofi -show run -show-icons"
|
|
||||||
"$mainMod, M, fullscreen, 1"
|
|
||||||
"$mainMod, F, fullscreen, 0"
|
|
||||||
|
|
||||||
# Move focus
|
|
||||||
"$mainMod, h, movefocus, l"
|
|
||||||
"$mainMod, l, movefocus, r"
|
|
||||||
"$mainMod, k, movefocus, u"
|
|
||||||
"$mainMod, j, movefocus, d"
|
|
||||||
|
|
||||||
#swap windows
|
|
||||||
"$mainMod SHIFT, h, swapwindow, l"
|
|
||||||
"$mainMod SHIFT, l, swapwindow, r"
|
|
||||||
"$mainMod SHIFT, k, swapwindow, u"
|
|
||||||
"$mainMod SHIFT, j, swapwindow, d"
|
|
||||||
|
|
||||||
# Switch workspaces with mainMod + [0-9]
|
|
||||||
"$mainMod, 1, workspace, 1"
|
|
||||||
"$mainMod, 2, workspace, 2"
|
|
||||||
"$mainMod, 3, workspace, 3"
|
|
||||||
"$mainMod, 4, workspace, 4"
|
|
||||||
"$mainMod, 5, workspace, 5"
|
|
||||||
"$mainMod, 6, workspace, 6"
|
|
||||||
"$mainMod, 7, workspace, 7"
|
|
||||||
"$mainMod, 8, workspace, 8"
|
|
||||||
"$mainMod, 9, workspace, 9"
|
|
||||||
"$mainMod, 0, workspace, 10"
|
|
||||||
|
|
||||||
# Move active window to a workspace with mainMod + SHIFT + [0-9]
|
|
||||||
"$mainMod SHIFT, 1, movetoworkspacesilent, 1"
|
|
||||||
"$mainMod SHIFT, 2, movetoworkspacesilent, 2"
|
|
||||||
"$mainMod SHIFT, 3, movetoworkspacesilent, 3"
|
|
||||||
"$mainMod SHIFT, 4, movetoworkspacesilent, 4"
|
|
||||||
"$mainMod SHIFT, 5, movetoworkspacesilent, 5"
|
|
||||||
"$mainMod SHIFT, 6, movetoworkspacesilent, 6"
|
|
||||||
"$mainMod SHIFT, 7, movetoworkspacesilent, 7"
|
|
||||||
"$mainMod SHIFT, 8, movetoworkspacesilent, 8"
|
|
||||||
"$mainMod SHIFT, 9, movetoworkspacesilent, 9"
|
|
||||||
"$mainMod SHIFT, 0, movetoworkspacesilent, 10"
|
|
||||||
|
|
||||||
# Scroll through existing workspaces with mainMod + scroll
|
|
||||||
"$mainMod, mouse_down, workspace, e+1"
|
|
||||||
"$mainMod, mouse_up, workspace, e-1"
|
|
||||||
];
|
|
||||||
|
|
||||||
bindm = [ #bind mouse
|
|
||||||
"$mainMod, mouse:272, movewindow"
|
|
||||||
"$mainMod, mouse:273, resizewindow"
|
|
||||||
];
|
|
||||||
|
|
||||||
bindel = [ #repeat and locked
|
|
||||||
" ,XF86AudioRaiseVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+"
|
|
||||||
" ,XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%-"
|
|
||||||
" ,XF86AudioMute, exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle"
|
|
||||||
" ,XF86AudioMicMute, exec, wpctl set-mute @DEFAULT_AUDIO_SOURCE@ toggle"
|
|
||||||
" ,XF86MonBrightnessUp, exec, brightnessctl s 10%+"
|
|
||||||
" ,XF86MonBrightnessDown, exec, brightnessctl s 10%-"
|
|
||||||
" ,XF86KbdBrightnessUp, exec, asusctl -n"
|
|
||||||
" ,XF86KbdBrightnessDown, exec, asusctl -p"
|
|
||||||
];
|
|
||||||
|
|
||||||
bindl = [ #repeat
|
|
||||||
" , XF86AudioNext, exec, playerctl next"
|
|
||||||
" , XF86AudioPrev, exec, playerctl previous"
|
|
||||||
" , XF86AudioPause, exec, playerctl play-pause"
|
|
||||||
" , XF86AudioPlay, exec, playerctl play-pause"
|
|
||||||
"$mainMod, n, exec, playerctl next"
|
|
||||||
"$mainMod, p, exec, playerctl previous"
|
|
||||||
"$mainMod, o, exec, playerctl play-pause"
|
|
||||||
];
|
|
||||||
|
|
||||||
# windowrulev2 = [
|
|
||||||
# #ignore maximize requests
|
|
||||||
# "suppressevent maximize, class:.*"
|
|
||||||
# #fix dragging issues with xwayland
|
|
||||||
# "nofocus,class:^$,title:^$,xwayland:1,floating:1,fullscreen:0,pinned:0"
|
|
||||||
# ];
|
|
||||||
|
|
||||||
input = {
|
|
||||||
kb_layout = "fr";
|
|
||||||
kb_variant = "us";
|
|
||||||
follow_mouse = 2;
|
|
||||||
kb_options = "caps:none";
|
|
||||||
touchpad.natural_scroll = false;
|
|
||||||
};
|
|
||||||
|
|
||||||
misc = {
|
|
||||||
force_default_wallpaper = 1;
|
|
||||||
disable_hyprland_logo = true;
|
|
||||||
mouse_move_focuses_monitor = false;
|
|
||||||
};
|
|
||||||
|
|
||||||
dwindle = {
|
|
||||||
pseudotile = true;
|
|
||||||
force_split = 2;
|
|
||||||
};
|
|
||||||
|
|
||||||
animations = {
|
|
||||||
enabled = true;
|
|
||||||
|
|
||||||
bezier = [
|
|
||||||
"easeInOut, 0.77, 0, 0.175, 1"
|
|
||||||
"easeOut, 0.24, 0.66, 0.04, 1"
|
|
||||||
];
|
|
||||||
|
|
||||||
animation = [
|
|
||||||
"windows, 1, 2, easeInOut"
|
|
||||||
"windowsIn, 1, 2, easeInOut, slide"
|
|
||||||
"windowsOut, 1, 2, easeInOut, slide"
|
|
||||||
"fade, 1, 2, easeInOut"
|
|
||||||
"workspaces, 1, 2, easeOut"
|
|
||||||
];
|
|
||||||
};
|
|
||||||
|
|
||||||
decoration = {
|
|
||||||
rounding = 10;
|
|
||||||
|
|
||||||
shadow = {
|
|
||||||
enabled = true;
|
|
||||||
range = 4;
|
|
||||||
render_power = 3;
|
|
||||||
color = "rgba(1a1a1aee)";
|
|
||||||
};
|
|
||||||
|
|
||||||
#blur = {
|
|
||||||
# enabled = true;
|
|
||||||
# size = 3;
|
|
||||||
# passes = 1;
|
|
||||||
# vibrancy = 0.1696;
|
|
||||||
#};
|
|
||||||
};
|
|
||||||
|
|
||||||
general = {
|
|
||||||
gaps_in = 2;
|
|
||||||
gaps_out = 5;
|
|
||||||
border_size = 1;
|
|
||||||
"col.active_border" = "rgba(33ccffee) rgba(00ff99ee) 45deg";
|
|
||||||
"col.inactive_border" = "rgba(595959aa)";
|
|
||||||
resize_on_border = false;
|
|
||||||
allow_tearing = false;
|
|
||||||
layout = "dwindle";
|
|
||||||
};
|
|
||||||
|
|
||||||
layerrule = {
|
|
||||||
name = "no_anim_for_selection";
|
|
||||||
no_anim = "on";
|
|
||||||
"match:namespace" = "selection";
|
|
||||||
};
|
|
||||||
|
|
||||||
cursor.no_warps = true;
|
|
||||||
|
|
||||||
env = [
|
|
||||||
"HYPRCURSOR_SIZE,17"
|
|
||||||
"HYPRCURSOR_THEME,bibata-modern-classic"
|
|
||||||
];
|
|
||||||
|
|
||||||
exec-once = [
|
|
||||||
"swaybg -i ~/.config/wallpaper.png&"
|
|
||||||
"(sleep 2;activate-linux)&"
|
|
||||||
"waybar&"
|
|
||||||
"alacritty&"
|
|
||||||
];
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
|
||||||
@ -1,32 +0,0 @@
|
|||||||
{ lib, config, ... }:
|
|
||||||
|
|
||||||
{
|
|
||||||
config = lib.mkIf config.mods.hyprland.enable {
|
|
||||||
programs.hyprlock.enable = true;
|
|
||||||
programs.hyprlock.settings = {
|
|
||||||
general = {
|
|
||||||
no_fade_out = true;
|
|
||||||
ignore_empty_input = false;
|
|
||||||
};
|
|
||||||
|
|
||||||
background = {
|
|
||||||
monitor = "";
|
|
||||||
path = "~/.config/pc.jpg";
|
|
||||||
# blur_passes = 1;
|
|
||||||
};
|
|
||||||
|
|
||||||
input-field = {
|
|
||||||
monitor = "";
|
|
||||||
size = "300, 50";
|
|
||||||
dot_size = "0.2";
|
|
||||||
dots_fade_time = 100;
|
|
||||||
inner_color = "rgb(139,89,100)";
|
|
||||||
outer_color = "rgb(139,89,100)";
|
|
||||||
outline_thickness = 1;
|
|
||||||
|
|
||||||
fail_transition = "300";
|
|
||||||
fail_text = "learn to write, idiot";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
|
||||||
@ -1,12 +0,0 @@
|
|||||||
{ pkgs, lib, config, ... }:
|
|
||||||
|
|
||||||
{
|
|
||||||
config = lib.mkIf config.mods.hyprland.enable {
|
|
||||||
home.packages = with pkgs; [
|
|
||||||
grim
|
|
||||||
slurp
|
|
||||||
wl-clipboard
|
|
||||||
swaybg
|
|
||||||
];
|
|
||||||
};
|
|
||||||
}
|
|
||||||
@ -1,163 +0,0 @@
|
|||||||
{ config, lib, ... }:
|
|
||||||
|
|
||||||
{
|
|
||||||
config = lib.mkIf config.mods.hyprland.enable {
|
|
||||||
programs.waybar.enable = true;
|
|
||||||
programs.waybar.style = ''
|
|
||||||
* {
|
|
||||||
border: none;
|
|
||||||
border-radius: 0;
|
|
||||||
font-family: "Iosevka Nerd Font";
|
|
||||||
font-size: 15px;
|
|
||||||
min-height: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
window#waybar {
|
|
||||||
background: transparent;
|
|
||||||
color: white;
|
|
||||||
}
|
|
||||||
|
|
||||||
#window {
|
|
||||||
font-weight: bold;
|
|
||||||
}
|
|
||||||
|
|
||||||
#workspaces button {
|
|
||||||
padding: 0 5px;
|
|
||||||
background: transparent;
|
|
||||||
color: white;
|
|
||||||
border-top: 2px solid transparent;
|
|
||||||
}
|
|
||||||
|
|
||||||
#workspaces button.focused {
|
|
||||||
color: #c9545d;
|
|
||||||
border-top: 2px solid #c9545d;
|
|
||||||
}
|
|
||||||
|
|
||||||
#workspaces button.active {
|
|
||||||
color : #88ff88;
|
|
||||||
background-color : rgba(220,255, 220, 0.3)
|
|
||||||
}
|
|
||||||
|
|
||||||
#mode {
|
|
||||||
background: #64727D;
|
|
||||||
border-bottom: 3px solid white;
|
|
||||||
}
|
|
||||||
|
|
||||||
#network.disconnected {
|
|
||||||
color: #f53c3c;
|
|
||||||
font-weight:bold;
|
|
||||||
}
|
|
||||||
|
|
||||||
#temperature.critical {
|
|
||||||
color: #ff2222;
|
|
||||||
}
|
|
||||||
|
|
||||||
#battery.critical {
|
|
||||||
color: #ff2222;
|
|
||||||
}
|
|
||||||
#cpu.high {
|
|
||||||
color: #ff2222;
|
|
||||||
}
|
|
||||||
#disk.high {
|
|
||||||
color: #ff2222;
|
|
||||||
}
|
|
||||||
'';
|
|
||||||
|
|
||||||
programs.waybar.settings.mainBar = {
|
|
||||||
layer = "top";
|
|
||||||
position ="top";
|
|
||||||
height = 24;
|
|
||||||
margin-left = 5;
|
|
||||||
margin-right = 5;
|
|
||||||
modules-left = ["hyprland/workspaces" "custom/music"];
|
|
||||||
modules-center = ["hyprland/window"];
|
|
||||||
modules-right = ["disk" "pulseaudio" "network" "custom/pipe" "cpu" "custom/pipe" "temperature" "custom/pipe" "memory" "battery" "clock"];
|
|
||||||
|
|
||||||
"hyprland/workspaces" = {
|
|
||||||
disable-scroll = true;
|
|
||||||
all-outputs = false;
|
|
||||||
format = "{id}";
|
|
||||||
};
|
|
||||||
|
|
||||||
clock = {
|
|
||||||
interval = 1;
|
|
||||||
format-alt = " {:%Y-%m-%d}";
|
|
||||||
format = " {:%H:%M:%S}";
|
|
||||||
};
|
|
||||||
|
|
||||||
cpu = {
|
|
||||||
format = " {usage}% ";
|
|
||||||
states.high = 80;
|
|
||||||
interval = 5;
|
|
||||||
};
|
|
||||||
|
|
||||||
memory = {
|
|
||||||
format = " {}% |";
|
|
||||||
interval = 5;
|
|
||||||
};
|
|
||||||
|
|
||||||
battery = {
|
|
||||||
bat = "BAT0";
|
|
||||||
full-at = 79;
|
|
||||||
states = {
|
|
||||||
good = 20;
|
|
||||||
critical = 15;
|
|
||||||
};
|
|
||||||
format-time = " {H}:{m}";
|
|
||||||
format-discharging = " {icon} {capacity}%{time} |";
|
|
||||||
format-charging = " {capacity}%{time} |";
|
|
||||||
format-plugged = "";
|
|
||||||
format-icons = [" " " " " " " " " "];
|
|
||||||
interval = 10;
|
|
||||||
};
|
|
||||||
|
|
||||||
network = {
|
|
||||||
format-wifi = " {icon} {essid} ";
|
|
||||||
format-ethernet = " {ifname}: {ipaddr}/{cidr} ";
|
|
||||||
format-disconnected = " ⚠ Disconnected ";
|
|
||||||
format-icons =[" " " " " " " "];
|
|
||||||
};
|
|
||||||
|
|
||||||
pulseaudio = {
|
|
||||||
format = " {icon}{volume}% |";
|
|
||||||
format-bluetooth = " {icon} {volume}% |";
|
|
||||||
format-muted = "";
|
|
||||||
format-icons = {
|
|
||||||
headphones = " ";
|
|
||||||
handsfree = " ";
|
|
||||||
headset = " ";
|
|
||||||
phone = " ";
|
|
||||||
portable = " ";
|
|
||||||
car = " ";
|
|
||||||
default = [" " " " " "];
|
|
||||||
};
|
|
||||||
on-click = "pavucontrol";
|
|
||||||
};
|
|
||||||
|
|
||||||
temperature = {
|
|
||||||
thermal-zone = 0;
|
|
||||||
critical-threshold = 80;
|
|
||||||
interval = 5;
|
|
||||||
format =" {icon} {temperatureC}°C ";
|
|
||||||
format-icons = ["" "" "" "" ""];
|
|
||||||
};
|
|
||||||
|
|
||||||
disk = {
|
|
||||||
format =" {percentage_used}% |";
|
|
||||||
states.high = "5";
|
|
||||||
};
|
|
||||||
|
|
||||||
"custom/pipe" = {
|
|
||||||
format = "|";
|
|
||||||
};
|
|
||||||
|
|
||||||
"custom/music" = {
|
|
||||||
exec-if = "playerctl metadata 2>&1 >/dev/null";
|
|
||||||
exec = "playerctl metadata --format ' {{ artist }} - {{title}}'";
|
|
||||||
interval = 1;
|
|
||||||
interval-if = 5;
|
|
||||||
};
|
|
||||||
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
|
||||||
@ -6,11 +6,11 @@
|
|||||||
# By: tomoron <tomoron@student.42angouleme.fr> +#+ +:+ +#+ #
|
# By: tomoron <tomoron@student.42angouleme.fr> +#+ +:+ +#+ #
|
||||||
# +#+#+#+#+#+ +#+ #
|
# +#+#+#+#+#+ +#+ #
|
||||||
# Created: 2025/02/10 00:32:47 by tomoron #+# #+# #
|
# Created: 2025/02/10 00:32:47 by tomoron #+# #+# #
|
||||||
# Updated: 2025/02/10 01:17:29 by tomoron ### ########.fr #
|
# Updated: 2026/06/16 23:09:20 by tomoron ### ########.fr #
|
||||||
# #
|
# #
|
||||||
# **************************************************************************** #
|
# **************************************************************************** #
|
||||||
|
|
||||||
{ lib, config, ... }:
|
{pkgs, lib, config, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
config = lib.mkIf config.mods.x11.enable {
|
config = lib.mkIf config.mods.x11.enable {
|
||||||
@ -67,9 +67,9 @@
|
|||||||
"alt + F7" = "brightnessctl s 10-";
|
"alt + F7" = "brightnessctl s 10-";
|
||||||
"alt + F8" = "brightnessctl s 10+";
|
"alt + F8" = "brightnessctl s 10+";
|
||||||
|
|
||||||
"super + shift + o" = "playerctl play-pause";
|
"super + shift + o" = "${lib.getExe pkgs.playerctl} play-pause";
|
||||||
"super + shift + p" = "playerctl previous";
|
"super + shift + p" = "${lib.getExe pkgs.playerctl} previous";
|
||||||
"super + shift + n" = "playerctl next";
|
"super + shift + n" = "${lib.getExe pkgs.playerctl} next";
|
||||||
"super + shift + alt + b" = "polybar-msg cmd hide";
|
"super + shift + alt + b" = "polybar-msg cmd hide";
|
||||||
"super + shift + b" = "polybar-msg cmd show";
|
"super + shift + b" = "polybar-msg cmd show";
|
||||||
};
|
};
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 145 KiB |
@ -6,23 +6,13 @@
|
|||||||
# By: tomoron <tomoron@student.42angouleme.fr> +#+ +:+ +#+ #
|
# By: tomoron <tomoron@student.42angouleme.fr> +#+ +:+ +#+ #
|
||||||
# +#+#+#+#+#+ +#+ #
|
# +#+#+#+#+#+ +#+ #
|
||||||
# Created: 2025/09/05 23:37:58 by tomoron #+# #+# #
|
# Created: 2025/09/05 23:37:58 by tomoron #+# #+# #
|
||||||
# Updated: 2026/05/07 17:41:52 by tomoron ### ########.fr #
|
# Updated: 2026/06/14 17:50:09 by tomoron ### ########.fr #
|
||||||
# #
|
# #
|
||||||
# **************************************************************************** #
|
# **************************************************************************** #
|
||||||
|
|
||||||
{lib, pkgs, ... } :
|
{pkgs, ... } :
|
||||||
|
|
||||||
{
|
{
|
||||||
boot.kernelPackages = lib.mkDefault pkgs.linuxPackages_latest;
|
|
||||||
|
|
||||||
boot.loader = {
|
|
||||||
systemd-boot.enable = true;
|
|
||||||
systemd-boot.memtest86.enable = true;
|
|
||||||
efi.canTouchEfiVariables = true;
|
|
||||||
timeout = 1;
|
|
||||||
};
|
|
||||||
|
|
||||||
boot.tmp.cleanOnBoot = true;
|
|
||||||
boot.consoleLogLevel = 3;
|
boot.consoleLogLevel = 3;
|
||||||
boot.initrd.verbose = false;
|
boot.initrd.verbose = false;
|
||||||
boot.kernelParams = [
|
boot.kernelParams = [
|
||||||
@ -36,16 +26,6 @@
|
|||||||
boot.plymouth = {
|
boot.plymouth = {
|
||||||
enable = true;
|
enable = true;
|
||||||
theme = "nixos-bgrt";
|
theme = "nixos-bgrt";
|
||||||
themePackages = with pkgs; [ #(adi1090x-plymouth-themes.override {
|
themePackages = with pkgs; [ nixos-bgrt-plymouth ];
|
||||||
# selected_themes = [ "black_hud" "circle_hud" "square_hud" "spinner_alt" ];
|
|
||||||
# })
|
|
||||||
# catppuccin-plymouth
|
|
||||||
nixos-bgrt-plymouth
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
services.journald.extraConfig = ''
|
|
||||||
SystemMaxUse=100M
|
|
||||||
SystemMaxFileSize=50M
|
|
||||||
'';
|
|
||||||
}
|
}
|
||||||
|
|||||||
13
osConfigs/global/displayManager.nix
Normal file
13
osConfigs/global/displayManager.nix
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
{ ... }:
|
||||||
|
{
|
||||||
|
services.displayManager.enable = true;
|
||||||
|
services.displayManager.ly.enable = true;
|
||||||
|
services.displayManager.ly.settings = {
|
||||||
|
animation = "gameoflife";
|
||||||
|
min_refresh_delta = 50;
|
||||||
|
bigclock = "en";
|
||||||
|
sleep_cmd = "systemctl sleep";
|
||||||
|
asterisk = "A";
|
||||||
|
auth_fails= 3;
|
||||||
|
};
|
||||||
|
}
|
||||||
6
osConfigs/global/games.nix
Normal file
6
osConfigs/global/games.nix
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
{ ... }:
|
||||||
|
{
|
||||||
|
programs.steam.enable = true;
|
||||||
|
programs.steam.protontricks.enable = true;
|
||||||
|
programs.gamescope.enable = true;
|
||||||
|
}
|
||||||
@ -6,7 +6,7 @@
|
|||||||
# By: tomoron <tomoron@student.42angouleme.fr> +#+ +:+ +#+ #
|
# By: tomoron <tomoron@student.42angouleme.fr> +#+ +:+ +#+ #
|
||||||
# +#+#+#+#+#+ +#+ #
|
# +#+#+#+#+#+ +#+ #
|
||||||
# Created: 2025/12/30 20:37:07 by tomoron #+# #+# #
|
# Created: 2025/12/30 20:37:07 by tomoron #+# #+# #
|
||||||
# Updated: 2026/02/21 13:54:43 by tomoron ### ########.fr #
|
# Updated: 2026/05/28 23:20:01 by tomoron ### ########.fr #
|
||||||
# #
|
# #
|
||||||
# **************************************************************************** #
|
# **************************************************************************** #
|
||||||
|
|
||||||
@ -30,6 +30,11 @@
|
|||||||
xz
|
xz
|
||||||
systemd
|
systemd
|
||||||
|
|
||||||
|
fribidi
|
||||||
|
harfbuzz
|
||||||
|
libgpg-error
|
||||||
|
gmp
|
||||||
|
|
||||||
libxcomposite
|
libxcomposite
|
||||||
libxtst
|
libxtst
|
||||||
libxrandr
|
libxrandr
|
||||||
|
|||||||
31
osConfigs/global/minimal/boot.nix
Normal file
31
osConfigs/global/minimal/boot.nix
Normal file
@ -0,0 +1,31 @@
|
|||||||
|
# **************************************************************************** #
|
||||||
|
# #
|
||||||
|
# ::: :::::::: #
|
||||||
|
# boot.nix :+: :+: :+: #
|
||||||
|
# +:+ +:+ +:+ #
|
||||||
|
# By: tomoron <tomoron@student.42angouleme.fr> +#+ +:+ +#+ #
|
||||||
|
# +#+#+#+#+#+ +#+ #
|
||||||
|
# Created: 2026/06/14 17:49:47 by tomoron #+# #+# #
|
||||||
|
# Updated: 2026/06/14 17:50:06 by tomoron ### ########.fr #
|
||||||
|
# #
|
||||||
|
# **************************************************************************** #
|
||||||
|
|
||||||
|
{ lib, pkgs, ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
boot.kernelPackages = lib.mkDefault pkgs.linuxPackages_latest;
|
||||||
|
|
||||||
|
boot.loader = {
|
||||||
|
systemd-boot.enable = true;
|
||||||
|
systemd-boot.memtest86.enable = true;
|
||||||
|
efi.canTouchEfiVariables = true;
|
||||||
|
timeout = 1;
|
||||||
|
};
|
||||||
|
|
||||||
|
boot.tmp.cleanOnBoot = true;
|
||||||
|
|
||||||
|
services.journald.extraConfig = ''
|
||||||
|
SystemMaxUse=100M
|
||||||
|
SystemMaxFileSize=50M
|
||||||
|
'';
|
||||||
|
}
|
||||||
23
osConfigs/global/minimal/other.nix
Normal file
23
osConfigs/global/minimal/other.nix
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
# **************************************************************************** #
|
||||||
|
# #
|
||||||
|
# ::: :::::::: #
|
||||||
|
# other.nix :+: :+: :+: #
|
||||||
|
# +:+ +:+ +:+ #
|
||||||
|
# By: tomoron <tomoron@student.42angouleme.fr> +#+ +:+ +#+ #
|
||||||
|
# +#+#+#+#+#+ +#+ #
|
||||||
|
# Created: 2026/06/14 18:02:15 by tomoron #+# #+# #
|
||||||
|
# Updated: 2026/06/15 02:06:17 by tomoron ### ########.fr #
|
||||||
|
# #
|
||||||
|
# **************************************************************************** #
|
||||||
|
|
||||||
|
{ lib, ... }:
|
||||||
|
{
|
||||||
|
networking.hostName = lib.mkDefault "unnamed-nixos";
|
||||||
|
networking.networkmanager.enable = lib.mkDefault true;
|
||||||
|
|
||||||
|
time.timeZone = "Europe/Paris";
|
||||||
|
|
||||||
|
services.fstrim.enable = true; # trims all the ssds on the machine every week
|
||||||
|
catppuccin.enable = lib.mkDefault false;
|
||||||
|
catppuccin.autoEnable = false;
|
||||||
|
}
|
||||||
@ -1,27 +1,23 @@
|
|||||||
# **************************************************************************** #
|
# **************************************************************************** #
|
||||||
# #
|
# #
|
||||||
# ::: :::::::: #
|
# ::: :::::::: #
|
||||||
# game.nix :+: :+: :+: #
|
# packages.nix :+: :+: :+: #
|
||||||
# +:+ +:+ +:+ #
|
# +:+ +:+ +:+ #
|
||||||
# By: tomoron <tomoron@student.42angouleme.fr> +#+ +:+ +#+ #
|
# By: tomoron <tomoron@student.42angouleme.fr> +#+ +:+ +#+ #
|
||||||
# +#+#+#+#+#+ +#+ #
|
# +#+#+#+#+#+ +#+ #
|
||||||
# Created: 2025/09/05 23:47:09 by tomoron #+# #+# #
|
# Created: 2026/06/14 18:03:28 by tomoron #+# #+# #
|
||||||
# Updated: 2025/10/27 00:50:29 by tomoron ### ########.fr #
|
# Updated: 2026/06/15 12:36:24 by tomoron ### ########.fr #
|
||||||
# #
|
# #
|
||||||
# **************************************************************************** #
|
# **************************************************************************** #
|
||||||
|
|
||||||
{config, lib, ... }:
|
{ pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
options.mods.gayming.enable = lib.mkOption {
|
environment.systemPackages = with pkgs; [
|
||||||
type = lib.types.bool;
|
neovim
|
||||||
default = false;
|
pciutils
|
||||||
description = "enable steam and other";
|
|
||||||
};
|
|
||||||
|
|
||||||
config = lib.mkIf config.mods.gayming.enable {
|
gnumake
|
||||||
programs.steam.enable = true;
|
home-manager
|
||||||
programs.steam.protontricks.enable = true;
|
];
|
||||||
programs.gamescope.enable = true;
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
@ -1,8 +1,8 @@
|
|||||||
{lib, ...}:
|
{ ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
sops = {
|
sops = {
|
||||||
defaultSopsFile = ../../secrets/secrets.yaml;
|
defaultSopsFile = ../../../secrets/secrets.yaml;
|
||||||
age.keyFile = "/home/tom/.config/sops/age/keys.txt";
|
age.keyFile = "/home/tom/.config/sops/age/keys.txt";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
25
osConfigs/global/minimal/user.nix
Normal file
25
osConfigs/global/minimal/user.nix
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
# **************************************************************************** #
|
||||||
|
# #
|
||||||
|
# ::: :::::::: #
|
||||||
|
# user.nix :+: :+: :+: #
|
||||||
|
# +:+ +:+ +:+ #
|
||||||
|
# By: tomoron <tomoron@student.42angouleme.fr> +#+ +:+ +#+ #
|
||||||
|
# +#+#+#+#+#+ +#+ #
|
||||||
|
# Created: 2025/09/05 23:42:18 by tomoron #+# #+# #
|
||||||
|
# Updated: 2026/06/14 18:07:45 by tomoron ### ########.fr #
|
||||||
|
# #
|
||||||
|
# **************************************************************************** #
|
||||||
|
|
||||||
|
{ ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
users.users.tom = {
|
||||||
|
isNormalUser = true;
|
||||||
|
extraGroups = [
|
||||||
|
"wheel" # can sudo
|
||||||
|
"docker" # can use docker
|
||||||
|
];
|
||||||
|
|
||||||
|
initialPassword = "password";
|
||||||
|
};
|
||||||
|
}
|
||||||
@ -6,20 +6,15 @@
|
|||||||
# By: tomoron <tomoron@student.42angouleme.fr> +#+ +:+ +#+ #
|
# By: tomoron <tomoron@student.42angouleme.fr> +#+ +:+ +#+ #
|
||||||
# +#+#+#+#+#+ +#+ #
|
# +#+#+#+#+#+ +#+ #
|
||||||
# Created: 2025/02/09 01:43:46 by tomoron #+# #+# #
|
# Created: 2025/02/09 01:43:46 by tomoron #+# #+# #
|
||||||
# Updated: 2026/04/03 22:08:01 by tomoron ### ########.fr #
|
# Updated: 2026/06/15 02:06:30 by tomoron ### ########.fr #
|
||||||
# #
|
# #
|
||||||
# **************************************************************************** #
|
# **************************************************************************** #
|
||||||
|
|
||||||
{ lib, ... }:
|
{ lib, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
networking.hostName = lib.mkDefault "unnamed-nixos";
|
|
||||||
networking.networkmanager.enable = lib.mkDefault true;
|
|
||||||
|
|
||||||
programs.fuse.enable = true;
|
programs.fuse.enable = true;
|
||||||
|
|
||||||
time.timeZone = "Europe/Paris";
|
|
||||||
|
|
||||||
services.xserver.enable = lib.mkDefault true;
|
services.xserver.enable = lib.mkDefault true;
|
||||||
services.xserver.displayManager.startx.enable = true;
|
services.xserver.displayManager.startx.enable = true;
|
||||||
|
|
||||||
@ -33,5 +28,8 @@
|
|||||||
hardware.logitech.wireless.enable = true;
|
hardware.logitech.wireless.enable = true;
|
||||||
hardware.logitech.wireless.enableGraphical = true;
|
hardware.logitech.wireless.enableGraphical = true;
|
||||||
|
|
||||||
services.fstrim.enable = true; # trims all the ssds on the machine every week
|
programs.noisetorch.enable = true;
|
||||||
|
programs.droidcam.enable = true;
|
||||||
|
|
||||||
|
catppuccin.enable = true;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -6,7 +6,7 @@
|
|||||||
# By: tomoron <tomoron@student.42angouleme.fr> +#+ +:+ +#+ #
|
# By: tomoron <tomoron@student.42angouleme.fr> +#+ +:+ +#+ #
|
||||||
# +#+#+#+#+#+ +#+ #
|
# +#+#+#+#+#+ +#+ #
|
||||||
# Created: 2025/09/06 00:57:21 by tomoron #+# #+# #
|
# Created: 2025/09/06 00:57:21 by tomoron #+# #+# #
|
||||||
# Updated: 2025/12/30 18:12:05 by tomoron ### ########.fr #
|
# Updated: 2026/06/15 12:36:24 by tomoron ### ########.fr #
|
||||||
# #
|
# #
|
||||||
# **************************************************************************** #
|
# **************************************************************************** #
|
||||||
|
|
||||||
@ -14,14 +14,13 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
home-manager
|
cryptsetup
|
||||||
vim
|
|
||||||
pciutils
|
|
||||||
usbutils
|
usbutils
|
||||||
ntfs3g
|
ntfs3g
|
||||||
cryptsetup
|
|
||||||
acpi
|
acpi
|
||||||
|
|
||||||
nss
|
unison
|
||||||
|
|
||||||
|
# nss //is this supposed to be here ?
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
156
osConfigs/global/probeRsUdevRules.nix
Normal file
156
osConfigs/global/probeRsUdevRules.nix
Normal file
@ -0,0 +1,156 @@
|
|||||||
|
{ ... }:
|
||||||
|
{
|
||||||
|
services.udev.extraRules = ''
|
||||||
|
# Copy this file to /etc/udev/rules.d/
|
||||||
|
# If rules fail to reload automatically, you can refresh udev rules
|
||||||
|
# with the command "udevadm control --reload"
|
||||||
|
|
||||||
|
# This rules are based on the udev rules from the OpenOCD project, with unsupported probes removed.
|
||||||
|
# See http://openocd.org/ for more details.
|
||||||
|
#
|
||||||
|
# This file is available under the GNU General Public License v2.0
|
||||||
|
|
||||||
|
ACTION!="add|change", GOTO="probe_rs_rules_end"
|
||||||
|
|
||||||
|
SUBSYSTEM=="gpio", MODE="0660", GROUP="plugdev", TAG+="uaccess"
|
||||||
|
|
||||||
|
SUBSYSTEM!="usb|tty|hidraw", GOTO="probe_rs_rules_end"
|
||||||
|
|
||||||
|
# Please keep this list sorted by VID:PID
|
||||||
|
|
||||||
|
# STMicroelectronics ST-LINK V1
|
||||||
|
ATTRS{idVendor}=="0483", ATTRS{idProduct}=="3744", MODE="660", GROUP="plugdev", TAG+="uaccess"
|
||||||
|
|
||||||
|
# STMicroelectronics ST-LINK/V2
|
||||||
|
ATTRS{idVendor}=="0483", ATTRS{idProduct}=="3748", MODE="660", GROUP="plugdev", TAG+="uaccess"
|
||||||
|
|
||||||
|
# STMicroelectronics ST-LINK/V2.1
|
||||||
|
ATTRS{idVendor}=="0483", ATTRS{idProduct}=="374b", MODE="660", GROUP="plugdev", TAG+="uaccess"
|
||||||
|
ATTRS{idVendor}=="0483", ATTRS{idProduct}=="3752", MODE="660", GROUP="plugdev", TAG+="uaccess"
|
||||||
|
|
||||||
|
# STMicroelectronics STLINK-V3
|
||||||
|
ATTRS{idVendor}=="0483", ATTRS{idProduct}=="374d", MODE="660", GROUP="plugdev", TAG+="uaccess"
|
||||||
|
ATTRS{idVendor}=="0483", ATTRS{idProduct}=="374e", MODE="660", GROUP="plugdev", TAG+="uaccess"
|
||||||
|
ATTRS{idVendor}=="0483", ATTRS{idProduct}=="374f", MODE="660", GROUP="plugdev", TAG+="uaccess"
|
||||||
|
ATTRS{idVendor}=="0483", ATTRS{idProduct}=="3753", MODE="660", GROUP="plugdev", TAG+="uaccess"
|
||||||
|
ATTRS{idVendor}=="0483", ATTRS{idProduct}=="3754", MODE="660", GROUP="plugdev", TAG+="uaccess"
|
||||||
|
ATTRS{idVendor}=="0483", ATTRS{idProduct}=="3757", MODE="660", GROUP="plugdev", TAG+="uaccess"
|
||||||
|
|
||||||
|
# SEGGER J-Link
|
||||||
|
ATTRS{idVendor}=="1366", ATTRS{idProduct}=="0101", MODE="660", GROUP="plugdev", TAG+="uaccess"
|
||||||
|
ATTRS{idVendor}=="1366", ATTRS{idProduct}=="0102", MODE="660", GROUP="plugdev", TAG+="uaccess"
|
||||||
|
ATTRS{idVendor}=="1366", ATTRS{idProduct}=="0103", MODE="660", GROUP="plugdev", TAG+="uaccess"
|
||||||
|
ATTRS{idVendor}=="1366", ATTRS{idProduct}=="0104", MODE="660", GROUP="plugdev", TAG+="uaccess"
|
||||||
|
ATTRS{idVendor}=="1366", ATTRS{idProduct}=="0105", MODE="660", GROUP="plugdev", TAG+="uaccess"
|
||||||
|
ATTRS{idVendor}=="1366", ATTRS{idProduct}=="0107", MODE="660", GROUP="plugdev", TAG+="uaccess"
|
||||||
|
ATTRS{idVendor}=="1366", ATTRS{idProduct}=="0108", MODE="660", GROUP="plugdev", TAG+="uaccess"
|
||||||
|
ATTRS{idVendor}=="1366", ATTRS{idProduct}=="1001", MODE="660", GROUP="plugdev", TAG+="uaccess"
|
||||||
|
ATTRS{idVendor}=="1366", ATTRS{idProduct}=="1002", MODE="660", GROUP="plugdev", TAG+="uaccess"
|
||||||
|
ATTRS{idVendor}=="1366", ATTRS{idProduct}=="1003", MODE="660", GROUP="plugdev", TAG+="uaccess"
|
||||||
|
ATTRS{idVendor}=="1366", ATTRS{idProduct}=="1004", MODE="660", GROUP="plugdev", TAG+="uaccess"
|
||||||
|
ATTRS{idVendor}=="1366", ATTRS{idProduct}=="1005", MODE="660", GROUP="plugdev", TAG+="uaccess"
|
||||||
|
ATTRS{idVendor}=="1366", ATTRS{idProduct}=="1006", MODE="660", GROUP="plugdev", TAG+="uaccess"
|
||||||
|
ATTRS{idVendor}=="1366", ATTRS{idProduct}=="1007", MODE="660", GROUP="plugdev", TAG+="uaccess"
|
||||||
|
ATTRS{idVendor}=="1366", ATTRS{idProduct}=="1008", MODE="660", GROUP="plugdev", TAG+="uaccess"
|
||||||
|
ATTRS{idVendor}=="1366", ATTRS{idProduct}=="1009", MODE="660", GROUP="plugdev", TAG+="uaccess"
|
||||||
|
ATTRS{idVendor}=="1366", ATTRS{idProduct}=="100a", MODE="660", GROUP="plugdev", TAG+="uaccess"
|
||||||
|
ATTRS{idVendor}=="1366", ATTRS{idProduct}=="100b", MODE="660", GROUP="plugdev", TAG+="uaccess"
|
||||||
|
ATTRS{idVendor}=="1366", ATTRS{idProduct}=="100c", MODE="660", GROUP="plugdev", TAG+="uaccess"
|
||||||
|
ATTRS{idVendor}=="1366", ATTRS{idProduct}=="100d", MODE="660", GROUP="plugdev", TAG+="uaccess"
|
||||||
|
ATTRS{idVendor}=="1366", ATTRS{idProduct}=="100e", MODE="660", GROUP="plugdev", TAG+="uaccess"
|
||||||
|
ATTRS{idVendor}=="1366", ATTRS{idProduct}=="100f", MODE="660", GROUP="plugdev", TAG+="uaccess"
|
||||||
|
ATTRS{idVendor}=="1366", ATTRS{idProduct}=="1010", MODE="660", GROUP="plugdev", TAG+="uaccess"
|
||||||
|
ATTRS{idVendor}=="1366", ATTRS{idProduct}=="1011", MODE="660", GROUP="plugdev", TAG+="uaccess"
|
||||||
|
ATTRS{idVendor}=="1366", ATTRS{idProduct}=="1012", MODE="660", GROUP="plugdev", TAG+="uaccess"
|
||||||
|
ATTRS{idVendor}=="1366", ATTRS{idProduct}=="1013", MODE="660", GROUP="plugdev", TAG+="uaccess"
|
||||||
|
ATTRS{idVendor}=="1366", ATTRS{idProduct}=="1014", MODE="660", GROUP="plugdev", TAG+="uaccess"
|
||||||
|
ATTRS{idVendor}=="1366", ATTRS{idProduct}=="1015", MODE="660", GROUP="plugdev", TAG+="uaccess"
|
||||||
|
ATTRS{idVendor}=="1366", ATTRS{idProduct}=="1016", MODE="660", GROUP="plugdev", TAG+="uaccess"
|
||||||
|
ATTRS{idVendor}=="1366", ATTRS{idProduct}=="1017", MODE="660", GROUP="plugdev", TAG+="uaccess"
|
||||||
|
ATTRS{idVendor}=="1366", ATTRS{idProduct}=="1018", MODE="660", GROUP="plugdev", TAG+="uaccess"
|
||||||
|
ATTRS{idVendor}=="1366", ATTRS{idProduct}=="1019", MODE="660", GROUP="plugdev", TAG+="uaccess"
|
||||||
|
ATTRS{idVendor}=="1366", ATTRS{idProduct}=="101a", MODE="660", GROUP="plugdev", TAG+="uaccess"
|
||||||
|
ATTRS{idVendor}=="1366", ATTRS{idProduct}=="101b", MODE="660", GROUP="plugdev", TAG+="uaccess"
|
||||||
|
ATTRS{idVendor}=="1366", ATTRS{idProduct}=="101c", MODE="660", GROUP="plugdev", TAG+="uaccess"
|
||||||
|
ATTRS{idVendor}=="1366", ATTRS{idProduct}=="101d", MODE="660", GROUP="plugdev", TAG+="uaccess"
|
||||||
|
ATTRS{idVendor}=="1366", ATTRS{idProduct}=="101e", MODE="660", GROUP="plugdev", TAG+="uaccess"
|
||||||
|
ATTRS{idVendor}=="1366", ATTRS{idProduct}=="101f", MODE="660", GROUP="plugdev", TAG+="uaccess"
|
||||||
|
ATTRS{idVendor}=="1366", ATTRS{idProduct}=="1020", MODE="660", GROUP="plugdev", TAG+="uaccess"
|
||||||
|
ATTRS{idVendor}=="1366", ATTRS{idProduct}=="1021", MODE="660", GROUP="plugdev", TAG+="uaccess"
|
||||||
|
ATTRS{idVendor}=="1366", ATTRS{idProduct}=="1022", MODE="660", GROUP="plugdev", TAG+="uaccess"
|
||||||
|
ATTRS{idVendor}=="1366", ATTRS{idProduct}=="1023", MODE="660", GROUP="plugdev", TAG+="uaccess"
|
||||||
|
ATTRS{idVendor}=="1366", ATTRS{idProduct}=="1024", MODE="660", GROUP="plugdev", TAG+="uaccess"
|
||||||
|
ATTRS{idVendor}=="1366", ATTRS{idProduct}=="1025", MODE="660", GROUP="plugdev", TAG+="uaccess"
|
||||||
|
ATTRS{idVendor}=="1366", ATTRS{idProduct}=="1026", MODE="660", GROUP="plugdev", TAG+="uaccess"
|
||||||
|
ATTRS{idVendor}=="1366", ATTRS{idProduct}=="1027", MODE="660", GROUP="plugdev", TAG+="uaccess"
|
||||||
|
ATTRS{idVendor}=="1366", ATTRS{idProduct}=="1028", MODE="660", GROUP="plugdev", TAG+="uaccess"
|
||||||
|
ATTRS{idVendor}=="1366", ATTRS{idProduct}=="1029", MODE="660", GROUP="plugdev", TAG+="uaccess"
|
||||||
|
ATTRS{idVendor}=="1366", ATTRS{idProduct}=="102a", MODE="660", GROUP="plugdev", TAG+="uaccess"
|
||||||
|
ATTRS{idVendor}=="1366", ATTRS{idProduct}=="102b", MODE="660", GROUP="plugdev", TAG+="uaccess"
|
||||||
|
ATTRS{idVendor}=="1366", ATTRS{idProduct}=="102c", MODE="660", GROUP="plugdev", TAG+="uaccess"
|
||||||
|
ATTRS{idVendor}=="1366", ATTRS{idProduct}=="102d", MODE="660", GROUP="plugdev", TAG+="uaccess"
|
||||||
|
ATTRS{idVendor}=="1366", ATTRS{idProduct}=="102e", MODE="660", GROUP="plugdev", TAG+="uaccess"
|
||||||
|
ATTRS{idVendor}=="1366", ATTRS{idProduct}=="102f", MODE="660", GROUP="plugdev", TAG+="uaccess"
|
||||||
|
ATTRS{idVendor}=="1366", ATTRS{idProduct}=="1050", MODE="660", GROUP="plugdev", TAG+="uaccess"
|
||||||
|
ATTRS{idVendor}=="1366", ATTRS{idProduct}=="1051", MODE="660", GROUP="plugdev", TAG+="uaccess"
|
||||||
|
ATTRS{idVendor}=="1366", ATTRS{idProduct}=="1052", MODE="660", GROUP="plugdev", TAG+="uaccess"
|
||||||
|
ATTRS{idVendor}=="1366", ATTRS{idProduct}=="1053", MODE="660", GROUP="plugdev", TAG+="uaccess"
|
||||||
|
ATTRS{idVendor}=="1366", ATTRS{idProduct}=="1054", MODE="660", GROUP="plugdev", TAG+="uaccess"
|
||||||
|
ATTRS{idVendor}=="1366", ATTRS{idProduct}=="1055", MODE="660", GROUP="plugdev", TAG+="uaccess"
|
||||||
|
ATTRS{idVendor}=="1366", ATTRS{idProduct}=="1056", MODE="660", GROUP="plugdev", TAG+="uaccess"
|
||||||
|
ATTRS{idVendor}=="1366", ATTRS{idProduct}=="1057", MODE="660", GROUP="plugdev", TAG+="uaccess"
|
||||||
|
ATTRS{idVendor}=="1366", ATTRS{idProduct}=="1058", MODE="660", GROUP="plugdev", TAG+="uaccess"
|
||||||
|
ATTRS{idVendor}=="1366", ATTRS{idProduct}=="1059", MODE="660", GROUP="plugdev", TAG+="uaccess"
|
||||||
|
ATTRS{idVendor}=="1366", ATTRS{idProduct}=="105a", MODE="660", GROUP="plugdev", TAG+="uaccess"
|
||||||
|
ATTRS{idVendor}=="1366", ATTRS{idProduct}=="105b", MODE="660", GROUP="plugdev", TAG+="uaccess"
|
||||||
|
ATTRS{idVendor}=="1366", ATTRS{idProduct}=="105c", MODE="660", GROUP="plugdev", TAG+="uaccess"
|
||||||
|
ATTRS{idVendor}=="1366", ATTRS{idProduct}=="105d", MODE="660", GROUP="plugdev", TAG+="uaccess"
|
||||||
|
ATTRS{idVendor}=="1366", ATTRS{idProduct}=="105e", MODE="660", GROUP="plugdev", TAG+="uaccess"
|
||||||
|
ATTRS{idVendor}=="1366", ATTRS{idProduct}=="105f", MODE="660", GROUP="plugdev", TAG+="uaccess"
|
||||||
|
ATTRS{idVendor}=="1366", ATTRS{idProduct}=="1060", MODE="660", GROUP="plugdev", TAG+="uaccess"
|
||||||
|
ATTRS{idVendor}=="1366", ATTRS{idProduct}=="1061", MODE="660", GROUP="plugdev", TAG+="uaccess"
|
||||||
|
ATTRS{idVendor}=="1366", ATTRS{idProduct}=="1062", MODE="660", GROUP="plugdev", TAG+="uaccess"
|
||||||
|
ATTRS{idVendor}=="1366", ATTRS{idProduct}=="1063", MODE="660", GROUP="plugdev", TAG+="uaccess"
|
||||||
|
ATTRS{idVendor}=="1366", ATTRS{idProduct}=="1064", MODE="660", GROUP="plugdev", TAG+="uaccess"
|
||||||
|
ATTRS{idVendor}=="1366", ATTRS{idProduct}=="1065", MODE="660", GROUP="plugdev", TAG+="uaccess"
|
||||||
|
ATTRS{idVendor}=="1366", ATTRS{idProduct}=="1066", MODE="660", GROUP="plugdev", TAG+="uaccess"
|
||||||
|
ATTRS{idVendor}=="1366", ATTRS{idProduct}=="1067", MODE="660", GROUP="plugdev", TAG+="uaccess"
|
||||||
|
ATTRS{idVendor}=="1366", ATTRS{idProduct}=="1068", MODE="660", GROUP="plugdev", TAG+="uaccess"
|
||||||
|
ATTRS{idVendor}=="1366", ATTRS{idProduct}=="1069", MODE="660", GROUP="plugdev", TAG+="uaccess"
|
||||||
|
ATTRS{idVendor}=="1366", ATTRS{idProduct}=="106a", MODE="660", GROUP="plugdev", TAG+="uaccess"
|
||||||
|
ATTRS{idVendor}=="1366", ATTRS{idProduct}=="106b", MODE="660", GROUP="plugdev", TAG+="uaccess"
|
||||||
|
ATTRS{idVendor}=="1366", ATTRS{idProduct}=="106c", MODE="660", GROUP="plugdev", TAG+="uaccess"
|
||||||
|
ATTRS{idVendor}=="1366", ATTRS{idProduct}=="106d", MODE="660", GROUP="plugdev", TAG+="uaccess"
|
||||||
|
ATTRS{idVendor}=="1366", ATTRS{idProduct}=="106e", MODE="660", GROUP="plugdev", TAG+="uaccess"
|
||||||
|
ATTRS{idVendor}=="1366", ATTRS{idProduct}=="106f", MODE="660", GROUP="plugdev", TAG+="uaccess"
|
||||||
|
|
||||||
|
# FT232H
|
||||||
|
ATTRS{idVendor}=="0403", ATTRS{idProduct}=="6014", MODE="660", GROUP="plugdev", TAG+="uaccess"
|
||||||
|
# FT2232x
|
||||||
|
ATTRS{idVendor}=="0403", ATTRS{idProduct}=="6010", MODE="660", GROUP="plugdev", TAG+="uaccess"
|
||||||
|
# FT4232H
|
||||||
|
ATTRS{idVendor}=="0403", ATTRS{idProduct}=="6011", MODE="660", GROUP="plugdev", TAG+="uaccess"
|
||||||
|
|
||||||
|
# FTDI-based Olimex devices
|
||||||
|
ATTRS{idVendor}=="0x15ba", ATTRS{idProduct}=="0x0003", MODE="660", GROUP="plugdev", TAG+="uaccess"
|
||||||
|
ATTRS{idVendor}=="0x15ba", ATTRS{idProduct}=="0x0004", MODE="660", GROUP="plugdev", TAG+="uaccess"
|
||||||
|
ATTRS{idVendor}=="0x15ba", ATTRS{idProduct}=="0x002a", MODE="660", GROUP="plugdev", TAG+="uaccess"
|
||||||
|
ATTRS{idVendor}=="0x15ba", ATTRS{idProduct}=="0x002b", MODE="660", GROUP="plugdev", TAG+="uaccess"
|
||||||
|
|
||||||
|
# Espressif USB JTAG/serial debug unit
|
||||||
|
ATTRS{idVendor}=="303a", ATTRS{idProduct}=="1001", MODE="660", GROUP="plugdev", TAG+="uaccess"
|
||||||
|
# Espressif USB Bridge
|
||||||
|
ATTRS{idVendor}=="303a", ATTRS{idProduct}=="1002", MODE="660", GROUP="plugdev", TAG+="uaccess"
|
||||||
|
|
||||||
|
# CMSIS-DAP compatible adapters
|
||||||
|
ATTRS{product}=="*CMSIS-DAP*", MODE="660", GROUP="plugdev", TAG+="uaccess"
|
||||||
|
# WCH Link (CMSIS-DAP compatible adapter)
|
||||||
|
ATTRS{idVendor}=="1a86", ATTRS{idProduct}=="8010", MODE="660", GROUP="plugdev", TAG+="uaccess"
|
||||||
|
ATTRS{idVendor}=="1a86", ATTRS{idProduct}=="8011", MODE="660", GROUP="plugdev", TAG+="uaccess"
|
||||||
|
|
||||||
|
# Infineon KitProg
|
||||||
|
ATTRS{idVendor}=="04b4", ATTRS{idProduct}=="f155", MODE="660", GROUP="plugdev", TAG+="uaccess"
|
||||||
|
|
||||||
|
LABEL="probe_rs_rules_end"
|
||||||
|
'';
|
||||||
|
}
|
||||||
@ -6,7 +6,7 @@
|
|||||||
# By: tomoron <tomoron@student.42angouleme.fr> +#+ +:+ +#+ #
|
# By: tomoron <tomoron@student.42angouleme.fr> +#+ +:+ +#+ #
|
||||||
# +#+#+#+#+#+ +#+ #
|
# +#+#+#+#+#+ +#+ #
|
||||||
# Created: 2025/09/05 23:42:18 by tomoron #+# #+# #
|
# Created: 2025/09/05 23:42:18 by tomoron #+# #+# #
|
||||||
# Updated: 2026/01/13 16:32:42 by tomoron ### ########.fr #
|
# Updated: 2026/07/07 17:49:04 by tomoron ### ########.fr #
|
||||||
# #
|
# #
|
||||||
# **************************************************************************** #
|
# **************************************************************************** #
|
||||||
|
|
||||||
@ -14,15 +14,12 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
users.users.tom = {
|
users.users.tom = {
|
||||||
isNormalUser = true;
|
|
||||||
extraGroups = [
|
extraGroups = [
|
||||||
"wheel" # can sudo
|
|
||||||
"docker" # can use docker
|
|
||||||
"libvirtd" # can use libvirtd
|
"libvirtd" # can use libvirtd
|
||||||
"dialout" # can use serial devices
|
"dialout" # can use serial devices
|
||||||
"wireshark" # can use wireshask
|
"wireshark" # can use wireshask
|
||||||
|
"plugdev" #some esp things
|
||||||
];
|
];
|
||||||
|
|
||||||
initialPassword = "password";
|
|
||||||
};
|
};
|
||||||
|
users.groups.plugdev = {};
|
||||||
}
|
}
|
||||||
|
|||||||
@ -6,46 +6,44 @@
|
|||||||
# By: tomoron <tomoron@student.42angouleme.fr> +#+ +:+ +#+ #
|
# By: tomoron <tomoron@student.42angouleme.fr> +#+ +:+ +#+ #
|
||||||
# +#+#+#+#+#+ +#+ #
|
# +#+#+#+#+#+ +#+ #
|
||||||
# Created: 2025/09/06 00:57:04 by tomoron #+# #+# #
|
# Created: 2025/09/06 00:57:04 by tomoron #+# #+# #
|
||||||
# Updated: 2026/03/30 13:46:43 by tomoron ### ########.fr #
|
# Updated: 2026/06/26 14:05:26 by tomoron ### ########.fr #
|
||||||
# #
|
# #
|
||||||
# **************************************************************************** #
|
# **************************************************************************** #
|
||||||
|
|
||||||
|
|
||||||
{ config, lib, inputs, pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
boot.kernelParams = [ "nvidia-drm-modset=1" ];
|
boot.kernelParams = [ "nvidia-drm-modset=1" ];
|
||||||
environment.systemPackages = with pkgs; [
|
|
||||||
lm_sensors # can be user (and global)
|
|
||||||
];
|
|
||||||
|
|
||||||
networking.hostName = "nixos-fixe";
|
networking.hostName = "nixos-fixe";
|
||||||
|
|
||||||
hardware.cpu.intel.updateMicrocode = true;
|
hardware.cpu.intel.updateMicrocode = true;
|
||||||
|
|
||||||
mods.yubikey.pam.enable = true;
|
mods.yubikey.pam.enable = true;
|
||||||
|
mods.nvidia.enable = true;
|
||||||
|
|
||||||
boot.kernelModules = [ "kvm-intel" "nvidia" ];
|
boot.kernelModules = [ "kvm-intel" "nvidia" ];
|
||||||
mods.displayManager.enable = true;
|
|
||||||
|
|
||||||
mods.nvidia.enable = true;
|
|
||||||
mods.gayming.enable = true;
|
|
||||||
|
|
||||||
programs.noisetorch.enable = true;
|
|
||||||
|
|
||||||
# hardware.nvidia = {
|
|
||||||
# open = true;
|
|
||||||
#
|
|
||||||
# prime.nvidiaBusId = "PCI:1:0:0";
|
|
||||||
# prime.intelBusId = "PCI:0:2:0";
|
|
||||||
# prime.sync.enable = true;
|
|
||||||
#
|
|
||||||
# modesetting.enable = true;
|
|
||||||
# };
|
|
||||||
|
|
||||||
services.openssh.enable = true;
|
services.openssh.enable = true;
|
||||||
programs.droidcam.enable = true;
|
|
||||||
|
|
||||||
boot.kernelPackages = pkgs.linuxPackages;
|
|
||||||
boot.supportedFilesystems = [ "zfs" ];
|
|
||||||
networking.hostId = "98e475dd";
|
networking.hostId = "98e475dd";
|
||||||
|
|
||||||
|
mods.zfs.enable = true;
|
||||||
|
boot.zfs.forceImportRoot = false;
|
||||||
|
boot.zfs.extraPools = [ "stor" ];
|
||||||
|
|
||||||
|
|
||||||
|
mods.docker = {
|
||||||
|
enable = true;
|
||||||
|
boot = false;
|
||||||
|
};
|
||||||
|
|
||||||
|
users.users.sync = {
|
||||||
|
isNormalUser = true;
|
||||||
|
openssh.authorizedKeys.keys = [
|
||||||
|
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIkVmIAJZewJVC6i1f39P7D36OPsdKqMNejALhBo92Td backup@server"
|
||||||
|
"sk-ssh-ed25519@openssh.com AAAAGnNrLXNzaC1lZDI1NTE5QG9wZW5zc2guY29tAAAAIPy6ObpsitxHkRZzGbYdBpsBbR1YygtZOeClN2C/thu4AAAABHNzaDo= ssh:"
|
||||||
|
];
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@ -6,17 +6,13 @@
|
|||||||
# By: tomoron <tomoron@student.42angouleme.fr> +#+ +:+ +#+ #
|
# By: tomoron <tomoron@student.42angouleme.fr> +#+ +:+ +#+ #
|
||||||
# +#+#+#+#+#+ +#+ #
|
# +#+#+#+#+#+ +#+ #
|
||||||
# Created: 2025/09/06 00:57:02 by tomoron #+# #+# #
|
# Created: 2025/09/06 00:57:02 by tomoron #+# #+# #
|
||||||
# Updated: 2025/09/06 00:57:03 by tomoron ### ########.fr #
|
# Updated: 2026/06/14 18:25:39 by tomoron ### ########.fr #
|
||||||
# #
|
# #
|
||||||
# **************************************************************************** #
|
# **************************************************************************** #
|
||||||
|
|
||||||
{lib, ... }:
|
{lib, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
imports = [
|
|
||||||
../global/packages.nix
|
|
||||||
];
|
|
||||||
|
|
||||||
users.users.tom = {
|
users.users.tom = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
extraGroups = [ "wheel" "networkmanager" "video" ];
|
extraGroups = [ "wheel" "networkmanager" "video" ];
|
||||||
|
|||||||
@ -6,48 +6,36 @@
|
|||||||
# By: tomoron <tomoron@student.42angouleme.fr> +#+ +:+ +#+ #
|
# By: tomoron <tomoron@student.42angouleme.fr> +#+ +:+ +#+ #
|
||||||
# +#+#+#+#+#+ +#+ #
|
# +#+#+#+#+#+ +#+ #
|
||||||
# Created: 2025/09/06 00:56:57 by tomoron #+# #+# #
|
# Created: 2025/09/06 00:56:57 by tomoron #+# #+# #
|
||||||
# Updated: 2026/04/27 12:53:46 by tomoron ### ########.fr #
|
# Updated: 2026/07/04 01:59:26 by tomoron ### ########.fr #
|
||||||
# #
|
# #
|
||||||
# **************************************************************************** #
|
# **************************************************************************** #
|
||||||
|
|
||||||
{ lib, config, pkgs, ... }:
|
{ lib, config, pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
services.udev.packages = [ pkgs.yubikey-personalization ];
|
boot.initrd.systemd.enable = true;
|
||||||
boot.initrd.kernelModules = [ "vfat" "nls_cp437" "nls_iso8859-1" "usbhid" ];
|
|
||||||
boot.initrd.systemd.enable = false;
|
|
||||||
boot.initrd.luks.yubikeySupport = true;
|
|
||||||
boot.initrd.luks.devices.cryptroot = {
|
boot.initrd.luks.devices.cryptroot = {
|
||||||
device = "/dev/disk/by-uuid/a4593b01-069d-4a5d-a550-74a762b89b3f";
|
device = "/dev/disk/by-uuid/a4593b01-069d-4a5d-a550-74a762b89b3f";
|
||||||
allowDiscards = true;
|
allowDiscards = true;
|
||||||
#set up initial : https://wiki.nixos.org/wiki/Yubikey_based_Full_Disk_Encryption_(FDE)_on_NixOS
|
|
||||||
yubikey = {
|
|
||||||
twoFactor = false;
|
|
||||||
keyLength = 64;
|
|
||||||
saltLength = 32;
|
|
||||||
storage = {
|
|
||||||
device = "/dev/disk/by-uuid/BA5C-F216";
|
|
||||||
path = "/default";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
boot.blacklistedKernelModules = [ "nvidia" "nvidia_drm" "nvidia_uvm" ]; #speeds up startup
|
boot.blacklistedKernelModules = [ "nvidia" "nvidia_drm" "nvidia_uvm" ]; #speeds up startup, loaded automatically when gpu is started
|
||||||
programs.droidcam.enable = true;
|
|
||||||
|
|
||||||
|
|
||||||
mods.displayManager.enable = true;
|
|
||||||
mods.yubikey.pam.enable = true;
|
|
||||||
networking.firewall.enable = false;
|
networking.firewall.enable = false;
|
||||||
|
|
||||||
networking.hostName = "patate-douce";
|
networking.hostName = "patate-douce";
|
||||||
# networking.wireless.enable = true;
|
|
||||||
networking.networkmanager.wifi.backend = "iwd";
|
networking.networkmanager.wifi.backend = "iwd";
|
||||||
networking.wireless.iwd.enable = true;
|
networking.wireless.iwd.enable = true;
|
||||||
networking.wireless.allowAuxiliaryImperativeNetworks = true;
|
networking.wireless.allowAuxiliaryImperativeNetworks = true;
|
||||||
networking.networkmanager.enable = false;
|
networking.networkmanager.enable = false;
|
||||||
|
networking.dhcpcd.enable = false;
|
||||||
|
systemd.network.enable = true;
|
||||||
|
networking.useNetworkd = true;
|
||||||
|
|
||||||
specialisation.vfio_ready.configuration = {
|
specialisation.vfio_ready.configuration = {
|
||||||
|
#vfio ready configuration sets up kvmfr0 kernel module, disables xbox controller on host os, enables libvirtd and installs looking-glass
|
||||||
|
|
||||||
mods.virtualHost.enable = true;
|
mods.virtualHost.enable = true;
|
||||||
boot.extraModulePackages = with config.boot.kernelPackages; [ kvmfr ];
|
boot.extraModulePackages = with config.boot.kernelPackages; [ kvmfr ];
|
||||||
@ -70,30 +58,13 @@
|
|||||||
environment.systemPackages = with pkgs; [ looking-glass-client ];
|
environment.systemPackages = with pkgs; [ looking-glass-client ];
|
||||||
};
|
};
|
||||||
|
|
||||||
services.udev.extraRules = ''
|
|
||||||
SUBSYSTEM=="usb", ATTRS{idVendor}=="2e3c", ATTRS{idProduct}=="df11", TAG+="uaccess"
|
|
||||||
SUBSYSTEM=="usb", ATTRS{idVendor}=="0483", ATTRS{idProduct}=="df11", TAG+="uaccess"
|
|
||||||
'';
|
|
||||||
|
|
||||||
|
|
||||||
networking.dhcpcd.enable = false;
|
|
||||||
systemd.network.enable = true;
|
|
||||||
networking.useNetworkd = true;
|
|
||||||
|
|
||||||
programs.noisetorch.enable = true;
|
|
||||||
|
|
||||||
services.postgresql.enable = true;
|
|
||||||
|
|
||||||
hardware.bluetooth.enable = true;
|
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
acpi # can be user (global)
|
impala
|
||||||
openvr
|
openvr
|
||||||
];
|
];
|
||||||
|
|
||||||
# programs.alvr.enable = true;
|
|
||||||
|
|
||||||
|
|
||||||
mods.touchpad.enable = true;
|
mods.touchpad.enable = true;
|
||||||
|
|
||||||
mods.powerSave = {
|
mods.powerSave = {
|
||||||
@ -110,10 +81,8 @@
|
|||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
services.asusd = {
|
services.asusd = {
|
||||||
enable = true;
|
enable = true;
|
||||||
# enableUserService = true;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
services.supergfxd.enable = true;
|
services.supergfxd.enable = true;
|
||||||
@ -130,14 +99,13 @@
|
|||||||
programs.wireshark.enable = true;
|
programs.wireshark.enable = true;
|
||||||
programs.wireshark.usbmon.enable = true;
|
programs.wireshark.usbmon.enable = true;
|
||||||
|
|
||||||
|
mods.yubikey.pam.enable = true;
|
||||||
mods.docker.enable = true;
|
mods.docker.enable = true;
|
||||||
mods.gayming.enable = true;
|
|
||||||
mods.nvidia.enable = true;
|
mods.nvidia.enable = true;
|
||||||
mods.nvidia.prime = true;
|
mods.nvidia.prime = true;
|
||||||
|
|
||||||
|
|
||||||
services.usbmuxd.enable = true; #sometimes hangs when shutting down
|
services.usbmuxd.enable = true; #iphone usb service sometimes hangs when shutting down
|
||||||
|
|
||||||
|
|
||||||
services.avahi.enable = true;
|
services.avahi.enable = true;
|
||||||
services.pipewire = {
|
services.pipewire = {
|
||||||
@ -157,10 +125,13 @@
|
|||||||
"bluez5.enable-hw-volume" = true;
|
"bluez5.enable-hw-volume" = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
hardware.bluetooth.enable = true;
|
||||||
hardware.bluetooth.settings = {
|
hardware.bluetooth.settings = {
|
||||||
General = {
|
General = {
|
||||||
Enable = "Source,Sink,Media,Socket";
|
Enable = "Source,Sink,Media,Socket";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
programs.corectrl.enable = true;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -6,11 +6,11 @@
|
|||||||
# By: tomoron <tomoron@student.42angouleme.fr> +#+ +:+ +#+ #
|
# By: tomoron <tomoron@student.42angouleme.fr> +#+ +:+ +#+ #
|
||||||
# +#+#+#+#+#+ +#+ #
|
# +#+#+#+#+#+ +#+ #
|
||||||
# Created: 2025/09/06 00:57:09 by tomoron #+# #+# #
|
# Created: 2025/09/06 00:57:09 by tomoron #+# #+# #
|
||||||
# Updated: 2026/05/12 15:05:44 by tomoron ### ########.fr #
|
# Updated: 2026/06/24 20:34:47 by tomoron ### ########.fr #
|
||||||
# #
|
# #
|
||||||
# **************************************************************************** #
|
# **************************************************************************** #
|
||||||
|
|
||||||
{ config, pkgs, ... }:
|
{ lib, config, pkgs, inputs, ... }:
|
||||||
|
|
||||||
let
|
let
|
||||||
ports = [
|
ports = [
|
||||||
@ -27,13 +27,14 @@ let
|
|||||||
];
|
];
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
boot.kernelPackages = pkgs.linuxPackages;
|
|
||||||
boot.extraModulePackages = [
|
boot.extraModulePackages = [
|
||||||
config.boot.kernelPackages.gasket #driver for google coral edge tpu
|
config.boot.kernelPackages.gasket #driver for google coral edge tpu
|
||||||
];
|
];
|
||||||
|
|
||||||
|
boot.kernelParams = [
|
||||||
|
"amdgpu.vm_update_mode=3"
|
||||||
|
"amdgpu.gpu_recovery=1"
|
||||||
|
];
|
||||||
|
|
||||||
services.openssh.enable = true;
|
services.openssh.enable = true;
|
||||||
services.openssh.settings.PasswordAuthentication = false;
|
services.openssh.settings.PasswordAuthentication = false;
|
||||||
@ -63,10 +64,35 @@ in
|
|||||||
# create dummy display to be able to start x11
|
# create dummy display to be able to start x11
|
||||||
'';
|
'';
|
||||||
|
|
||||||
boot.supportedFilesystems = [ "zfs" ];
|
mods.zfs.enable = true;
|
||||||
boot.zfs.forceImportRoot = false;
|
boot.zfs.forceImportRoot = false;
|
||||||
boot.zfs.extraPools = [ "raid_vol" ];
|
boot.zfs.extraPools = [ "raid_vol" ];
|
||||||
|
|
||||||
|
|
||||||
|
systemd.timers."nextcloud-cron-job" = {
|
||||||
|
wantedBy = [ "timers.target" ];
|
||||||
|
timerConfig = {
|
||||||
|
OnBootSec = "5m";
|
||||||
|
OnUnitActiveSec = "5m";
|
||||||
|
Unit = "nextcloud-cron-job.service";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
systemd.services."nextcloud-cron-job" = {
|
||||||
|
script = ''
|
||||||
|
${pkgs.docker}/bin/docker exec -u www-data nextcloud php /var/www/html/cron.php
|
||||||
|
'';
|
||||||
|
serviceConfig = {
|
||||||
|
Type = "oneshot";
|
||||||
|
User = "root";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
environment.systemPackages = [
|
||||||
|
inputs.dockermcmgr.packages.${pkgs.stdenv.hostPlatform.system}.default
|
||||||
|
];
|
||||||
|
|
||||||
|
|
||||||
services.zfs = {
|
services.zfs = {
|
||||||
autoScrub.enable = true;
|
autoScrub.enable = true;
|
||||||
zed.settings = {
|
zed.settings = {
|
||||||
@ -84,11 +110,31 @@ in
|
|||||||
autosnap = true;
|
autosnap = true;
|
||||||
autoprune = true;
|
autoprune = true;
|
||||||
};
|
};
|
||||||
|
services.sanoid.datasets."raid_vol/crit" = {
|
||||||
|
daily = 31;
|
||||||
|
hourly = 24;
|
||||||
|
monthly = 12;
|
||||||
|
autosnap = true;
|
||||||
|
autoprune = true;
|
||||||
|
};
|
||||||
|
|
||||||
|
users.users.backup.isNormalUser = true;
|
||||||
|
|
||||||
|
services.syncoid.enable = true;
|
||||||
|
services.syncoid.user = "backup";
|
||||||
|
services.syncoid.group = "users";
|
||||||
|
|
||||||
|
services.syncoid.service.serviceConfig = {
|
||||||
|
BindReadOnlyPaths = [ "/home/backup/.ssh" ];
|
||||||
|
ProtectHome = lib.mkForce false;
|
||||||
|
};
|
||||||
|
|
||||||
|
services.syncoid.sshKey = "/home/backup/.ssh/id_ed25519";
|
||||||
|
services.syncoid.commands."raid_vol-critical" = {
|
||||||
|
source = "raid_vol/crit";
|
||||||
|
target = "sync@192.168.1.41:stor";
|
||||||
|
};
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
|
||||||
zfs
|
|
||||||
screen #can be user (and global)
|
|
||||||
];
|
|
||||||
|
|
||||||
networking = {
|
networking = {
|
||||||
hostName = "server";
|
hostName = "server";
|
||||||
@ -96,8 +142,7 @@ in
|
|||||||
interfaces.eth0.ipv4.addresses = [ {
|
interfaces.eth0.ipv4.addresses = [ {
|
||||||
address = "192.168.1.24";
|
address = "192.168.1.24";
|
||||||
prefixLength = 24;
|
prefixLength = 24;
|
||||||
}
|
} ];
|
||||||
];
|
|
||||||
defaultGateway.address = "192.168.1.254";
|
defaultGateway.address = "192.168.1.254";
|
||||||
defaultGateway.interface = "eth0";
|
defaultGateway.interface = "eth0";
|
||||||
nameservers = ["8.8.8.8" "8.8.4.4" "1.1.1.1"];
|
nameservers = ["8.8.8.8" "8.8.4.4" "1.1.1.1"];
|
||||||
@ -120,4 +165,30 @@ in
|
|||||||
enable = true;
|
enable = true;
|
||||||
boot = true;
|
boot = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
systemd.services.dockermcmgr-server = {
|
||||||
|
enable = true;
|
||||||
|
wantedBy = ["multi-user.target"];
|
||||||
|
restartIfChanged = true;
|
||||||
|
serviceConfig = {
|
||||||
|
ExecStart = "${inputs.dockermcmgr.packages.${pkgs.stdenv.hostPlatform.system}.default}/bin/dmm serverMode";
|
||||||
|
User = "tom";
|
||||||
|
Group= "users";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
|
||||||
|
nix.settings.trusted-users = [ "root" "builder" "tom" ];
|
||||||
|
|
||||||
|
users.users.builder = {
|
||||||
|
isNormalUser = true;
|
||||||
|
openssh.authorizedKeys.keys = [
|
||||||
|
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICzRsLTBnow52e63Qp6JqUaLNOCpoIsPpJFOAhJOgF1M root@patate-douce"
|
||||||
|
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIl6m5mdyfixhVgcDIOHhRQRSyCH4//2XJ/MRmOLD8R4 root@nixos-fixe"
|
||||||
|
];
|
||||||
|
group = "builder";
|
||||||
|
};
|
||||||
|
users.groups.builder = {};
|
||||||
|
|
||||||
|
mods.remote-build.enable = false;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,36 +0,0 @@
|
|||||||
# **************************************************************************** #
|
|
||||||
# #
|
|
||||||
# ::: :::::::: #
|
|
||||||
# displayManager.nix :+: :+: :+: #
|
|
||||||
# +:+ +:+ +:+ #
|
|
||||||
# By: tomoron <tomoron@student.42angouleme.fr> +#+ +:+ +#+ #
|
|
||||||
# +#+#+#+#+#+ +#+ #
|
|
||||||
# Created: 2025/09/05 23:47:16 by tomoron #+# #+# #
|
|
||||||
# Updated: 2025/11/17 14:32:13 by tomoron ### ########.fr #
|
|
||||||
# #
|
|
||||||
# **************************************************************************** #
|
|
||||||
|
|
||||||
{config, lib, ... }:
|
|
||||||
|
|
||||||
{
|
|
||||||
options.mods.displayManager.enable = lib.mkOption {
|
|
||||||
type = lib.types.bool;
|
|
||||||
default = false;
|
|
||||||
description = "enable the ly display manager";
|
|
||||||
};
|
|
||||||
|
|
||||||
config = lib.mkIf config.mods.displayManager.enable {
|
|
||||||
services.displayManager.enable = true;
|
|
||||||
services.displayManager.ly.enable = true;
|
|
||||||
services.displayManager.ly.settings =
|
|
||||||
{
|
|
||||||
animation = "gameoflife";
|
|
||||||
min_refresh_delta = 50;
|
|
||||||
bigclock = "en";
|
|
||||||
sleep_cmd = "systemctl sleep";
|
|
||||||
asterisk = "A";
|
|
||||||
auth_fails= 3;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
|
||||||
|
|
||||||
46
osConfigs/modules/remote_build.nix
Normal file
46
osConfigs/modules/remote_build.nix
Normal file
@ -0,0 +1,46 @@
|
|||||||
|
# **************************************************************************** #
|
||||||
|
# #
|
||||||
|
# ::: :::::::: #
|
||||||
|
# remote_build.nix :+: :+: :+: #
|
||||||
|
# +:+ +:+ +:+ #
|
||||||
|
# By: tomoron <tomoron@student.42angouleme.fr> +#+ +:+ +#+ #
|
||||||
|
# +#+#+#+#+#+ +#+ #
|
||||||
|
# Created: 2025/09/05 23:47:09 by tomoron #+# #+# #
|
||||||
|
# Updated: 2026/07/21 19:16:13 by tomoron ### ########.fr #
|
||||||
|
# #
|
||||||
|
# **************************************************************************** #
|
||||||
|
|
||||||
|
{config, lib, ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
options.mods.remote-build.enable = lib.mkOption {
|
||||||
|
type = lib.types.bool;
|
||||||
|
default = true;
|
||||||
|
description = "setup remote nix builder";
|
||||||
|
};
|
||||||
|
|
||||||
|
config = lib.mkIf config.mods.remote-build.enable {
|
||||||
|
nix.buildMachines = [
|
||||||
|
{
|
||||||
|
hostName = "tmoron.fr";
|
||||||
|
sshUser = "builder";
|
||||||
|
protocol = "ssh-ng";
|
||||||
|
|
||||||
|
sshKey = "/root/.ssh/id_ed25519";
|
||||||
|
|
||||||
|
systems = ["x86_64-linux" "i686-linux"];
|
||||||
|
|
||||||
|
maxJobs = 2;
|
||||||
|
speedFactor = 2;
|
||||||
|
|
||||||
|
supportedFeatures = ["big-parallel" "kvm" "nixos-test"];
|
||||||
|
}
|
||||||
|
];
|
||||||
|
nix.distributedBuilds = true;
|
||||||
|
programs.ssh.extraConfig = ''
|
||||||
|
Host tmoron.fr
|
||||||
|
HostName tmoron.fr
|
||||||
|
Port 1880
|
||||||
|
'';
|
||||||
|
};
|
||||||
|
}
|
||||||
@ -6,7 +6,7 @@
|
|||||||
# By: tomoron <tomoron@student.42angouleme.fr> +#+ +:+ +#+ #
|
# By: tomoron <tomoron@student.42angouleme.fr> +#+ +:+ +#+ #
|
||||||
# +#+#+#+#+#+ +#+ #
|
# +#+#+#+#+#+ +#+ #
|
||||||
# Created: 2025/09/05 23:47:19 by tomoron #+# #+# #
|
# Created: 2025/09/05 23:47:19 by tomoron #+# #+# #
|
||||||
# Updated: 2025/09/06 01:03:07 by tomoron ### ########.fr #
|
# Updated: 2026/06/15 02:01:25 by tomoron ### ########.fr #
|
||||||
# #
|
# #
|
||||||
# **************************************************************************** #
|
# **************************************************************************** #
|
||||||
|
|
||||||
|
|||||||
13
osConfigs/modules/zfs.nix
Normal file
13
osConfigs/modules/zfs.nix
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
{ pkgs, config, lib, ... }:
|
||||||
|
{
|
||||||
|
options.mods.zfs.enable = lib.mkOption {
|
||||||
|
type = lib.types.bool;
|
||||||
|
default = false;
|
||||||
|
description = "does this system support zfs filesystems";
|
||||||
|
};
|
||||||
|
|
||||||
|
config = lib.mkIf config.mods.zfs.enable {
|
||||||
|
boot.kernelPackages = pkgs.linuxPackages;
|
||||||
|
boot.supportedFilesystems = [ "zfs" ];
|
||||||
|
};
|
||||||
|
}
|
||||||
@ -6,19 +6,22 @@
|
|||||||
# By: tomoron <tomoron@student.42angouleme.fr> +#+ +:+ +#+ #
|
# By: tomoron <tomoron@student.42angouleme.fr> +#+ +:+ +#+ #
|
||||||
# +#+#+#+#+#+ +#+ #
|
# +#+#+#+#+#+ +#+ #
|
||||||
# Created: 2025/09/06 00:56:36 by tomoron #+# #+# #
|
# Created: 2025/09/06 00:56:36 by tomoron #+# #+# #
|
||||||
# Updated: 2025/09/06 00:56:37 by tomoron ### ########.fr #
|
# Updated: 2026/06/14 18:56:12 by tomoron ### ########.fr #
|
||||||
# #
|
# #
|
||||||
# **************************************************************************** #
|
# **************************************************************************** #
|
||||||
|
|
||||||
{ lib, flakeName, ... }:
|
{ lib, flakeName, minimal, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
imports = lib.concatLists [
|
imports = (lib.concatLists [
|
||||||
[ ./hardware-configuration.nix ]
|
[ ./hardware-configuration.nix ]
|
||||||
(lib.fileset.toList ./global)
|
|
||||||
(lib.fileset.toList ./modules)
|
(lib.fileset.toList ./modules)
|
||||||
];
|
])
|
||||||
|
++ (lib.lists.optionals minimal (lib.fileset.toList ./global/minimal))
|
||||||
|
++ (lib.lists.optionals (!minimal) (lib.fileset.toList ./global));
|
||||||
|
|
||||||
|
|
||||||
system.stateVersion ="25.05";
|
system.stateVersion ="25.05";
|
||||||
environment.etc.nixosFlakeName.text = "${flakeName}";
|
environment.etc.nixosFlakeName.text = "${flakeName}";
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user