Coder Social home page Coder Social logo

xnm1 / linux-nixos-hyprland-config-dotfiles Goto Github PK

View Code? Open in Web Editor NEW
360.0 6.0 26.0 38.6 MB

Linux 🐧 configuration based on NixOS ❄️, Hyprland, and Catppuccin Macchiato theme 😸 for a consistent, complete, and customizable experience. 🚀

License: MIT License

Scheme 6.54% GLSL 3.08% Shell 9.07% CSS 39.70% Nix 27.71% Python 10.69% Lua 2.64% Just 0.57%
catppuccin catppuccin-theme config dotfiles dotfiles-linux fish-scripts fish-shell hyprland hyprland-bindings hyprland-config

linux-nixos-hyprland-config-dotfiles's People

Contributors

xnm1 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

linux-nixos-hyprland-config-dotfiles's Issues

Policy Authentication Agent?

For personal reference, where is the policy authentication agent config located in the nix config? I don't seem to see one executed by the hyprland.conf file either.

Thanks in advance.

getting error when trying to set this config

So my hostname is nixos
sudo nixos-rebuild switch --flake /etc/nixos#nixos

After reading the documentation from readme.md and trying to run it on my fresh install nixos machine I get this.

error: flake 'path:/etc/nixos' does not provide attribute 'packages.x86_64-linux.nixosConfigurations."nixos".config.system.build.nixos-rebuild', 'legacyPackages.x86_64-linux.nixosConfigurations."nixos".config.system.build.nixos-rebuild' or 'nixosConfigurations."nixos".config.system.build.nixos-rebuild'

Any idea why this occurs?

flake issue

sudo nixos-rebuild switch --flake /etc/nixos
gives

error: flake 'path:/etc/nixos' does not provide attribute 'packages.x86_64-linux.nixosConfigurations."nixos".config.system.build.nixos-rebuild', 'legacyPackages.x86_64-linux.nixosConfigurations."nixos".config.system.build.nixos-rebuild' or 'nixosConfigurations."nixos".config.system.build.nixos-rebuild'

i have done all the steps mentioned in readme, and i do have flakes and nix-command enabled, still i get this error, has some nix syntax been updated?

i copied
linux-nixos-hyprland-config-dotfiles/nixos/* to /etc/nixos/ (hardware config is still the previous one) and tried rebuilding

Got logged out of my system

I did exactly as you told except I commented out some nix files (made sure to check them if they were important or not). Now when I rebooted my system authentication fails. What should I do?

bottom bar

whts good ,
really nice customisation done thnks fr that .
i would like to get rid of the bottom and sidebar though since im on a small monitor.
is it possible ? tried to comment out and then nothing shows no more .
thanks in advance

Information about Home Manager

First of all thanks for the awesome repo, I'm using a lot of things from it.

I just was wondering why u decided to not use Home Manager and copy and past the home config files manually, did u found any issues or blockers with Home Manager?

Thanks for the incredible help 👍

Helix languages config

Hey, it's a great repo!

Hope you could help me with the Helix languages config.
I'm a web development student, I use React, TS and Svelte, with Eslint as linter and Prettier as a format plugin for Eslint.
I'm having a hard time configuring them to work on Helix. The LSPs are working, but I can't make it work with my .eslintrc and .prettierrc files, it just formats using the defaults.

Tried searching everywhere, but couldn't find a solution 😮‍💨

Again, great repo and hope you're having a nice day/night!

Build failure for surrealist-embed and wasm-streams on NixOS due to linking error with lld

I encountered a build failure while attempting to rebuild my NixOS system configuration using the nixos-rebuild switch --flake /etc/nixos#nixos command. The error seems to be related to linking with lld. Below is the relevant portion of the error message:

sudo nixos-rebuild switch --flake /etc/nixos#nixos
building the system configuration...
error: builder for '/nix/store/80ivx2hmnq33y14ngb8j18304lm28z89-surrealist-embed-1.11.7.drv' failed with exit code 101;
       last 10 log lines:
       >    Compiling async-recursion v1.1.0
       > error: linking with `lld` failed: exit status: 1
       >   |
       >           
       >
       > error: could not compile `wasm-streams` (lib) due to 1 previous error
       > warning: build failed, waiting for other jobs to finish...
       > /nix/store/d3dzfy4amjl826fb8j00qp1d9887h7hm-stdenv-linux/setup: line 131: pop_var_context: head of shell_variables not a function context
       For full logs, run 'nix log /nix/store/80ivx2hmnq33y14ngb8j18304lm28z89-surrealist-embed-1.11.7.drv'.
error: 1 dependencies of derivation '/nix/store/vr5ik79wscylf66nd0qp1jr76zfiw4ic-surrealist-1.11.7.drv' failed to build
error: 1 dependencies of derivation '/nix/store/glxk8w1ja5kspy60h7pklvlz4d2sz9kk-man-paths.drv' failed to build
error: 1 dependencies of derivation '/nix/store/cz5qx12imyld9b6ls1xb8z9a8j5ggsjw-surrealist-1.11.7_fish-completions.drv' failed to build
error (ignored): error: cannot unlink '/tmp/nix-build-surrealdb-1.5.3.drv-3/source/target/x86_64-unknown-linux-gnu/release/deps': Directory not empty
error: 1 dependencies of derivation '/nix/store/795hra0jqnn3ca4j36j3765q779gz2nb-system-path.drv' failed to build
error (ignored): error: cannot unlink '/tmp/nix-build-systemd-255.6.drv-1/source/build': Directory not empty
error: 1 dependencies of derivation '/nix/store/rqxpipxk6ixmmqbml0zz2097fd1g6iwz-nixos-system-nixos-24.11.20240620.d603719.drv' failed to build

I have run sudo nix-channel --add https://nixos.org/channels/nixos-24.05 nixos
Update the channels using sudo nix-channel --update
Attempt to rebuild the system with sudo nixos-rebuild switch --flake /etc/nixos#nixos

Qutebrowser screen share with Wayland + Pipewire

Hello, is me again xD

I was wondering if u are able to screen share via pipewire on qutebrowser. If so did u do any relevant settings for that?

I'm not able to screen share on qutebrowser using Wayland + Pipewire, it works on Chrome/Chromium.

Thanks in advance.

4 packages raising "undefined variable" error

Hi there,

I'm migrating from Arch to Nix and I'm having a hard time on understanding Flakes.

I installed NixOS on my machine with the "No desktop" option. Then, I followed all the steps provided in the project's README.md file, but, when running sudo nixos-rebuild switch --flake /etc/nixos#nixos-notebook, an error message was raised, stating the following:

error: undefined variable 'surrealist'
at /nix/store/4lq861nz9q972zh5hlipdbzbqyjc1894-source/utils.nix:11:5

I tried to comment out surrealist, since it wasn't a package that important to me, then tried rerunning nixos-rebuild and it raised the same error, undefined variable, for hyprcursor. I found myself in a rabbit hole. I commented out 4 packages in total:

  • utils.nix:
    • surrealist
  • hyprland.nix:
    • hyprcursor
    • hyprlock
    • hypridle

After removing these packages I ran sudo nixos-rebuild switch --flake /etc/nixos#nixos-notebook again and it finished with the following message:

File system "/boot" is not a FAT EFI System Partition (ESP) file system.
systemd-boot not installed in ESP.
Traceback (most recent call last):
  File "/nix/store/va2wc83qm641zsa2f0hpn2kmi77ncq3x-systemd-boot", line 344 in <module>
    main()
  File "/nix/store/va2wc83qm641zsa2f0hpn2kmi77ncq3x-systemd-boot", line 322 in main
    install_bootloader(args)
  File "/nix/store/va2wc83qm641zsa2f0hpn2kmi77ncq3x-systemd-boot", line 270, in install_bootloader
    raise Exception("could not find any previously installed systemd-boot")
Exception: could not find any previously installed systemd-boot
warning: error(s) occurred while switching to the new configuration

(but it DID generate a new build)

I checked out and it seems that all the packages raising the "undefined variable" error are only available in the unstable branch of nixpkgs, but I noticed that the "flake.nix" already seems to maintain the unstable branch as the input for the flakes. Any idea on how to fix this one?

Also, I tried running sudo nixos-rebuild switch --flake /etc/nixos#nixos-notebook --show-trace > call_stack.txt but the content keeps being printed out in my CLI instead of being redirected to the file. Am I doing something wrong here?

disable security

Hi,

i i have fallen in love with your design but i am to newbie to install it :)
is there a simple way to just get the theming part with out the Security addons ?

i dont whant to play around with my bootloader or encrypten its a PC if someone breaks into my apartment and steals it i got other worrys 😆
(i know its not that simple, but i am just starting out with nix and its abit overwhelming)

Thank you for your awesome work on the screenshots that design looks freaking awesome!
Best Regards

Error with wasmer when building

Hello, I am new to NixOS and attempting to build this config on a mostly blank setup. I've followed the installation instructions but receive this error:

building the system configuration...
error: builder for '/nix/store/i73mkiavr5qr6jmi0j9zgjvkihzbpaxc-wasmer-4.3.5.drv' failed with exit code 101;
last 10 log lines:
> 368 | fn location_test(
> | ^^^^^^^^^^^^^
> ...
> 385 | fn jmp_on_above(&mut self, label: Label) -> Result<(), CompileError>;
> | ^^^^^^^^^^^^
> ...
> 394 | fn jmp_on_overflow(&mut self, label: Label) -> Result<(), CompileError>;
> | ^^^^^^^^^^^^^^^
>
> warning: wasmer-compiler-singlepass (lib) generated 12 warnings
For full logs, run 'nix log /nix/store/i73mkiavr5qr6jmi0j9zgjvkihzbpaxc-wasmer-4.3.5.drv'.
error: 1 dependencies of derivation '/nix/store/v6rq497dfywl730w5k1bbdri5ppy94r7-man-paths.drv' failed to build
error: 1 dependencies of derivation '/nix/store/v60q9fx4jfvjh9idgagjqcp3khj3l0wf-system-path.drv' failed to build
error: 1 dependencies of derivation '/nix/store/wmpbdi03jyq6w9n900drkpf08mdxbhmj-wasmer-4.3.5_fish-completions.drv' failed to build
error: 1 dependencies of derivation '/nix/store/dr4wjl6897s918f4x3m660d6651m87kx-nixos-system-nixos-24.11.20240802.d049530.drv' failed to build

when running sudo nixos-rebuild switch --flake /etc/nixos#nixos --update-input nixpkgs --update-input rust-overlay --commit-lock-file --upgrade.

and this error:

building the system configuration...
error: builder for '/nix/store/i73mkiavr5qr6jmi0j9zgjvkihzbpaxc-wasmer-4.3.5.drv' failed with exit code 101;
last 10 log lines:
> 23 | IfElse {
> | ------ fields in this variant
> 24 | if_then: BasicBlock<'ctx>,
> | ^^^^^^^
> ...
> 27 | then_phis: SmallVec<[PhiValue<'ctx>; 1]>,
> | ^^^^^^^^^
>
> error: could not compile wasmer-compiler-llvm (lib) due to 2 previous errors
> warning: build failed, waiting for other jobs to finish...
For full logs, run 'nix log /nix/store/i73mkiavr5qr6jmi0j9zgjvkihzbpaxc-wasmer-4.3.5.drv'.
error: 1 dependencies of derivation '/nix/store/v6rq497dfywl730w5k1bbdri5ppy94r7-man-paths.drv' failed to build
error: 1 dependencies of derivation '/nix/store/v60q9fx4jfvjh9idgagjqcp3khj3l0wf-system-path.drv' failed to build
error: 1 dependencies of derivation '/nix/store/wmpbdi03jyq6w9n900drkpf08mdxbhmj-wasmer-4.3.5_fish-completions.drv' failed to build
error: 1 dependencies of derivation '/nix/store/dr4wjl6897s918f4x3m660d6651m87kx-nixos-system-nixos-24.11.20240802.d049530.drv' failed to build

when running sudo nixos-rebuild switch --flake /etc/nixos#nixos.

my hostname is 'nixos'.

Thank you!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.