Compare commits

...

6 Commits

  1. 11
      configuration.nix
  2. 25
      flake.lock
  3. 1
      hyperland/default.nix

@ -9,8 +9,8 @@
[ # Include the results of the hardware scan. [ # Include the results of the hardware scan.
./hardware-configuration.nix ./hardware-configuration.nix
"${builtins.fetchTarball { "${builtins.fetchTarball {
url = "https://github.com/nix-community/disko/archive/master.tar.gz"; url = "https://github.com/nix-community/disko/archive/refs/tags/v1.6.1.tar.gz";
sha256 = "1z9x5jig1mcn41vcqlb3nld91lfdfx4nfwb23k4zjy4yfh59a99p"; sha256 = "1p9vsml07bm3riw703dv83ihlmgyc11qv882qa6bqzqdgn86y8z4";
}}/module.nix" }}/module.nix"
./disko.nix ./disko.nix
]; ];
@ -21,6 +21,11 @@
boot.loader.efi.canTouchEfiVariables = true; boot.loader.efi.canTouchEfiVariables = true;
networking.hostName = "nix-fw16"; # Define your hostname. networking.hostName = "nix-fw16"; # Define your hostname.
networking.hosts = {
"127.0.0.1" = [
"hotel-nimo.ddev.local"
];
};
# Pick only one of the below networking options. # Pick only one of the below networking options.
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant. # networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
networking.networkmanager.enable = true; # Easiest to use and most distros use this by default. networking.networkmanager.enable = true; # Easiest to use and most distros use this by default.
@ -99,7 +104,7 @@
# services.printing.enable = true; # services.printing.enable = true;
# Enable sound. # Enable sound.
sound.enable = true; # sound.enable = true;
services.pipewire = { services.pipewire = {
enable = true; enable = true;
alsa.enable = true; alsa.enable = true;

@ -23,11 +23,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1718243258, "lastModified": 1723015306,
"narHash": "sha256-abBpj2VU8p6qlRzTU8o22q68MmOaZ4v8zZ4UlYl5YRU=", "narHash": "sha256-jQnFEtH20/OsDPpx71ntZzGdRlpXhUENSQCGTjn//NA=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "8d5e27b4807d25308dfe369d5a923d87e7dbfda3", "rev": "b3d5ea65d88d67d4ec578ed11d4d2d51e3de525e",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -57,11 +57,11 @@
}, },
"nixos-hardware": { "nixos-hardware": {
"locked": { "locked": {
"lastModified": 1718459188, "lastModified": 1722332872,
"narHash": "sha256-umwY+ivE98n/6EwEtobOlqf1t9VddhPIIZ6rVmFXlHg=", "narHash": "sha256-2xLM4sc5QBfi0U/AANJAW21Bj4ZX479MHPMPkB+eKBU=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixos-hardware", "repo": "nixos-hardware",
"rev": "0cd562157274df3783840bdcb0ce6d9c4cf4aa29", "rev": "14c333162ba53c02853add87a0000cbd7aa230c2",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -73,11 +73,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1718318537, "lastModified": 1722813957,
"narHash": "sha256-4Zu0RYRcAY/VWuu6awwq4opuiD//ahpc2aFHg2CWqFY=", "narHash": "sha256-IAoYyYnED7P8zrBFMnmp7ydaJfwTnwcnqxUElC1I26Y=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "e9ee548d90ff586a6471b4ae80ae9cfcbceb3420", "rev": "cb9a96f23c491c081b38eab96d22fa958043c9fa",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -109,11 +109,10 @@
] ]
}, },
"locked": { "locked": {
"dirtyRev": "328bd77536cec39d17b5e5027c5778efeb650fed-dirty",
"dirtyShortRev": "328bd77-dirty",
"lastModified": 1718446613, "lastModified": 1718446613,
"narHash": "sha256-4Y9htPtd4CTWO5zGElwfDA5ktzlIhcfKG/aT2BVrN34=", "narHash": "sha256-ocRS47pPPjxpLWOtLwSfNnBQh5KT4O/5U5VLGySSodg=",
"ref": "refs/heads/master",
"rev": "328bd77536cec39d17b5e5027c5778efeb650fed",
"revCount": 77,
"type": "git", "type": "git",
"url": "file:///home/chrigi/private-dev/rofi-network-manager" "url": "file:///home/chrigi/private-dev/rofi-network-manager"
}, },

@ -116,6 +116,7 @@ in
monitor=[ monitor=[
"eDP-1,2560x1600@60.00Hz,0x0,1" "eDP-1,2560x1600@60.00Hz,0x0,1"
# "DP-3,3840x2160@60.00Hz,-3840x0,1" # "DP-3,3840x2160@60.00Hz,-3840x0,1"
"DP-2,preferred,auto,1.5"
]; ];
"$mod" = "SUPER"; "$mod" = "SUPER";

Loading…
Cancel
Save

Powered by TurnKey Linux.