Compare commits
4 commits
6776e41e56
...
4ecaa23cb2
| Author | SHA1 | Date | |
|---|---|---|---|
| 4ecaa23cb2 | |||
| f19ee7f547 | |||
| 1c822fd388 | |||
| 7477a29500 |
5 changed files with 25 additions and 46 deletions
41
flake.lock
generated
41
flake.lock
generated
|
|
@ -7,11 +7,11 @@
|
|||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1743648554,
|
||||
"narHash": "sha256-23JFd+zd2GamTTdnGuFVeIg8x8C3hLpQJRh/PGTORzo=",
|
||||
"lastModified": 1750304462,
|
||||
"narHash": "sha256-Mj5t4yX05/rXnRqJkpoLZTWqgStB88Mr/fegTRqyiWc=",
|
||||
"owner": "nix-community",
|
||||
"repo": "home-manager",
|
||||
"rev": "107352dde4ff3c01cb5a0b3fe17f5beef37215bc",
|
||||
"rev": "863842639722dd12ae9e37ca83bcb61a63b36f6c",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
@ -21,22 +21,6 @@
|
|||
"type": "github"
|
||||
}
|
||||
},
|
||||
"hy3": {
|
||||
"flake": false,
|
||||
"locked": {
|
||||
"lastModified": 1743128724,
|
||||
"narHash": "sha256-CUlxc2u1Y8gpeAl7NKrZxxpeZjyU2DBxOYb8b0haM2M=",
|
||||
"owner": "outfoxxed",
|
||||
"repo": "hy3",
|
||||
"rev": "4014433d1c3d1bf36c6684cff14c23d538337070",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "outfoxxed",
|
||||
"repo": "hy3",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"macos-hyprcursor-src": {
|
||||
"flake": false,
|
||||
"locked": {
|
||||
|
|
@ -56,11 +40,11 @@
|
|||
"mobile-nixos": {
|
||||
"flake": false,
|
||||
"locked": {
|
||||
"lastModified": 1741101701,
|
||||
"narHash": "sha256-Kup8HWWC2AR1j2c9pAjXQXLYmuhyv8sRRfX0o03sNQg=",
|
||||
"lastModified": 1749499850,
|
||||
"narHash": "sha256-Fyy9ySTJ7jJ7z2h5+KHJU6OUhPJvy12OlVOichkwmZ0=",
|
||||
"owner": "mobile-nixos",
|
||||
"repo": "mobile-nixos",
|
||||
"rev": "8956d72cf8fa9110dcc5fcbc537adee45a8014f5",
|
||||
"rev": "26faf325d6efb169e2e4a2c435346b46c19d08bc",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
@ -71,11 +55,11 @@
|
|||
},
|
||||
"nixos-hardware": {
|
||||
"locked": {
|
||||
"lastModified": 1743420942,
|
||||
"narHash": "sha256-b/exDDQSLmENZZgbAEI3qi9yHkuXAXCPbormD8CSJXo=",
|
||||
"lastModified": 1750431636,
|
||||
"narHash": "sha256-vnzzBDbCGvInmfn2ijC4HsIY/3W1CWbwS/YQoFgdgPg=",
|
||||
"owner": "NixOS",
|
||||
"repo": "nixos-hardware",
|
||||
"rev": "de6fc5551121c59c01e2a3d45b277a6d05077bc4",
|
||||
"rev": "1552a9f4513f3f0ceedcf90320e48d3d47165712",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
@ -86,11 +70,11 @@
|
|||
},
|
||||
"nixpkgs": {
|
||||
"locked": {
|
||||
"lastModified": 1743583204,
|
||||
"narHash": "sha256-F7n4+KOIfWrwoQjXrL2wD9RhFYLs2/GGe/MQY1sSdlE=",
|
||||
"lastModified": 1750365781,
|
||||
"narHash": "sha256-XE/lFNhz5lsriMm/yjXkvSZz5DfvKJLUjsS6pP8EC50=",
|
||||
"owner": "NixOS",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "2c8d3f48d33929642c1c12cd243df4cc7d2ce434",
|
||||
"rev": "08f22084e6085d19bcfb4be30d1ca76ecb96fe54",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
@ -103,7 +87,6 @@
|
|||
"root": {
|
||||
"inputs": {
|
||||
"home-manager": "home-manager",
|
||||
"hy3": "hy3",
|
||||
"macos-hyprcursor-src": "macos-hyprcursor-src",
|
||||
"mobile-nixos": "mobile-nixos",
|
||||
"nixos-hardware": "nixos-hardware",
|
||||
|
|
|
|||
|
|
@ -13,10 +13,6 @@ inputs = {
|
|||
home-manager.url = "github:nix-community/home-manager/master";
|
||||
home-manager.inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
||||
# TODO: Remove on next update
|
||||
hy3.url = "github:outfoxxed/hy3";
|
||||
hy3.flake = false;
|
||||
|
||||
tokyo-night-sddm-src.url = "github:rototrash/tokyo-night-sddm";
|
||||
tokyo-night-sddm-src.flake = false;
|
||||
macos-hyprcursor-src.url = "github:driedpampas/macOS-hyprcursor";
|
||||
|
|
|
|||
|
|
@ -9,17 +9,20 @@
|
|||
boot.kernelModules = [ "kvm-intel" ];
|
||||
boot.extraModulePackages = [ ];
|
||||
|
||||
fileSystems."/boot" =
|
||||
{ device = "/dev/disk/by-uuid/DA81-CC53";
|
||||
fsType = "vfat";
|
||||
options = [ "fmask=0077" "dmask=0077" ];
|
||||
};
|
||||
|
||||
fileSystems."/" =
|
||||
{ device = "/dev/disk/by-uuid/c926bae1-6832-4ba9-a3d7-f5da11bfc846";
|
||||
fsType = "ext4";
|
||||
};
|
||||
|
||||
fileSystems."/boot" =
|
||||
{ device = "/dev/disk/by-uuid/5008-DA4A";
|
||||
fsType = "vfat";
|
||||
};
|
||||
|
||||
swapDevices = [ ];
|
||||
swapDevices =
|
||||
[ { device = "/dev/disk/by-uuid/3a81bb60-49e4-41fc-8716-8db7dd5f698f"; }
|
||||
];
|
||||
|
||||
powerManagement.cpuFreqGovernor = lib.mkDefault "powersave";
|
||||
hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
{ config, pkgs, lib, hy3, ... }:
|
||||
{ config, pkgs, lib, ... }:
|
||||
let
|
||||
scripts = ./scripts;
|
||||
in {
|
||||
|
|
@ -7,9 +7,7 @@ in {
|
|||
systemd.enable = true;
|
||||
xwayland.enable = true;
|
||||
|
||||
plugins = [ (pkgs.hyprlandPlugins.hy3.overrideAttrs {
|
||||
src = hy3;
|
||||
}) ];
|
||||
plugins = [ pkgs.hyprlandPlugins.hy3 ];
|
||||
|
||||
settings = let
|
||||
# Volume using pamixer
|
||||
|
|
|
|||
|
|
@ -142,9 +142,8 @@
|
|||
|
||||
# Mako
|
||||
|
||||
services.mako = {
|
||||
enable = true;
|
||||
|
||||
services.mako.enable = true;
|
||||
services.mako.settings = {
|
||||
font = "JetBrainsMono Nerd Font 10";
|
||||
format = ''<i>%a</i>\n<b>%s</b>\n\n%b'';
|
||||
layer = "overlay";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue